Html Css Color HEX #EC9950 Sea Buckthorn

📋 copy color: '#EC9950'

red 236 ◦ green 153 ◦ blue 80

#EC9950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Buckthorn #EC9950

Tints of Sea Buckthorn #EC9950

RGB

 RED value IS 236 (92.58% from 255) = 50.32%

 GREEN value IS 153 (60.16% from 255) = 32.62%

 BLUE value IS 80 (31.64% from 255) = 17.06%

R = 50.32%
G = 32.62%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC9950 (or 0xEC9950) is known color: Sea Buckthorn. HEX triplet: EC, 99 and 50. RGB value is (236,153,80). Sum of RGB (Red+Green+Blue) = 236+153+80=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9950 is #1366AF. Grayscale: #A9A9A9. Windows color (decimal): -1271472 or 5282284. OLE color: 5282284.

HSL color Cylindrical-coordinate representation of color #EC9950: hue angle of 28.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC9950 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 153 80 -
CMYK 0 0.35 0.66 0.07
HSL 28.08º 0.8% 0.62% -
HSV(B) 28.08º 0.66% 0.93% -
XYZ 47.43 41.19 13.04 -
YUV 169.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 236 153 80 0 0.35 0.66 0.07 28.08 0.8 0.62
Hex EC 99 50 0 23 42 7 1C 50 3E
Octal 354 231 120 0 43 102 7 34 120 76
Binary 11101100 10011001 1010000 0 100011 1000010 111 11100 1010000 111110

Color Harmonies of #EC9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9950

Black with #EC9950

Text Example


Text Example

White with #EC9950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9950; }

 p { color: rgb(236,153,80); }

 H1.HeaderClassName
 {
   color: #EC9950;
 }
 .AnyTagClassName
 {
   color: #EC9950;
 }
</style>

background-color css

<style>
 a { background-color: #EC9950; }

 a { background-color: rgb(236,153,80); }

 div.DivClassName
 {
   background-color: #EC9950;
 }
 .BgClassName
 {
   background-color: #EC9950;
 }
</style>

border-color css

<style>
 span { border-color: #EC9950; }

 span { border-color: rgb(236,153,80); }

 td.TdClassName
 {
   border-color: #EC9950;
 }
 .TagClassName
 {
   border-color: #EC9950;
 }
</style>