Html Css Color HEX #EC9152 Sea Buckthorn

📋 copy color: '#EC9152'

red 236 ◦ green 145 ◦ blue 82

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

Shades of Sea Buckthorn #EC9152

Tints of Sea Buckthorn #EC9152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.32%

 BLUE value IS 82 (32.42% from 255) = 17.71%

R = 50.97%
G = 31.32%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC9152 (or 0xEC9152) is known color: Sea Buckthorn. HEX triplet: EC, 91 and 52. RGB value is (236,145,82). Sum of RGB (Red+Green+Blue) = 236+145+82=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9152 is #136EAD. Grayscale: #A5A5A5. Windows color (decimal): -1273518 or 5411308. OLE color: 5411308.

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

Color convert

RGB 236 145 82 -
CMYK 0 0.39 0.65 0.07
HSL 24.55º 0.8% 0.62% -
HSV(B) 24.55º 0.65% 0.93% -
XYZ 46.24 38.69 13.01 -
YUV 165.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 236 145 82 0 0.39 0.65 0.07 24.55 0.8 0.62
Hex EC 91 52 0 27 41 7 19 50 3E
Octal 354 221 122 0 47 101 7 31 120 76
Binary 11101100 10010001 1010010 0 100111 1000001 111 11001 1010000 111110

Color Harmonies of #EC9152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9152

Black with #EC9152

Text Example


Text Example

White with #EC9152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9152; }

 p { color: rgb(236,145,82); }

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

background-color css

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

 a { background-color: rgb(236,145,82); }

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

border-color css

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

 span { border-color: rgb(236,145,82); }

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