Html Css Color HEX #ECA04C Sea Buckthorn

📋 copy color: '#ECA04C'

red 236 ◦ green 160 ◦ blue 76

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

Shades of Sea Buckthorn #ECA04C

Tints of Sea Buckthorn #ECA04C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 50%
G = 33.9%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECA04C (or 0xECA04C) is known color: Sea Buckthorn. HEX triplet: EC, A0 and 4C. RGB value is (236,160,76). Sum of RGB (Red+Green+Blue) = 236+160+76=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA04C is #135FB3. Grayscale: #ADADAD. Windows color (decimal): -1269684 or 5021932. OLE color: 5021932.

HSL color Cylindrical-coordinate representation of color #ECA04C: hue angle of 31.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECA04C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 160 76 -
CMYK 0 0.32 0.68 0.07
HSL 31.5º 0.81% 0.61% -
HSV(B) 31.5º 0.68% 0.93% -
XYZ 48.47 43.5 12.68 -
YUV 173.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 236 160 76 0 0.32 0.68 0.07 31.5 0.81 0.61
Hex EC A0 4C 0 20 44 7 1F 51 3D
Octal 354 240 114 0 40 104 7 37 121 75
Binary 11101100 10100000 1001100 0 100000 1000100 111 11111 1010001 111101

Color Harmonies of #ECA04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA04C

Black with #ECA04C

Text Example


Text Example

White with #ECA04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA04C; }

 p { color: rgb(236,160,76); }

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

background-color css

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

 a { background-color: rgb(236,160,76); }

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

border-color css

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

 span { border-color: rgb(236,160,76); }

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