Html Css Color HEX #EC9542 Sea Buckthorn

📋 copy color: '#EC9542'

red 236 ◦ green 149 ◦ blue 66

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

Shades of Sea Buckthorn #EC9542

Tints of Sea Buckthorn #EC9542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.04%

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 52.33%
G = 33.04%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC9542 (or 0xEC9542) is known color: Sea Buckthorn. HEX triplet: EC, 95 and 42. RGB value is (236,149,66). Sum of RGB (Red+Green+Blue) = 236+149+66=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9542 is #136ABD. Grayscale: #A5A5A5. Windows color (decimal): -1272510 or 4363756. OLE color: 4363756.

HSL color Cylindrical-coordinate representation of color #EC9542: hue angle of 29.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC9542 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 66 -
CMYK 0 0.37 0.72 0.07
HSL 29.29º 0.82% 0.59% -
HSV(B) 29.29º 0.72% 0.93% -
XYZ 46.32 39.72 10.38 -
YUV 165.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 236 149 66 0 0.37 0.72 0.07 29.29 0.82 0.59
Hex EC 95 42 0 25 48 7 1D 52 3B
Octal 354 225 102 0 45 110 7 35 122 73
Binary 11101100 10010101 1000010 0 100101 1001000 111 11101 1010010 111011

Color Harmonies of #EC9542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9542

Black with #EC9542

Text Example


Text Example

White with #EC9542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9542; }

 p { color: rgb(236,149,66); }

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

background-color css

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

 a { background-color: rgb(236,149,66); }

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

border-color css

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

 span { border-color: rgb(236,149,66); }

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