Html Css Color HEX #EC9252 Sea Buckthorn

📋 copy color: '#EC9252'

red 236 ◦ green 146 ◦ blue 82

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

Shades of Sea Buckthorn #EC9252

Tints of Sea Buckthorn #EC9252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.47%

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

R = 50.86%
G = 31.47%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC9252 (or 0xEC9252) is known color: Sea Buckthorn. HEX triplet: EC, 92 and 52. RGB value is (236,146,82). Sum of RGB (Red+Green+Blue) = 236+146+82=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9252 is #136DAD. Grayscale: #A5A5A5. Windows color (decimal): -1273262 or 5411564. OLE color: 5411564.

HSL color Cylindrical-coordinate representation of color #EC9252: hue angle of 24.94º 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 #EC9252 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 82 -
CMYK 0 0.38 0.65 0.07
HSL 24.94º 0.8% 0.62% -
HSV(B) 24.94º 0.65% 0.93% -
XYZ 46.39 39 13.07 -
YUV 165.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 236 146 82 0 0.38 0.65 0.07 24.94 0.8 0.62
Hex EC 92 52 0 26 41 7 19 50 3E
Octal 354 222 122 0 46 101 7 31 120 76
Binary 11101100 10010010 1010010 0 100110 1000001 111 11001 1010000 111110

Color Harmonies of #EC9252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9252

Black with #EC9252

Text Example


Text Example

White with #EC9252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9252; }

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

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

background-color css

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

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

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

border-color css

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

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

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