Html Css Color HEX #ECB872 Harvest Gold

📋 copy color: '#ECB872'

red 236 ◦ green 184 ◦ blue 114

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

Shades of Harvest Gold #ECB872

Tints of Harvest Gold #ECB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.46%

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 44.19%
G = 34.46%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECB872 (or 0xECB872) is known color: Harvest Gold. HEX triplet: EC, B8 and 72. RGB value is (236,184,114). Sum of RGB (Red+Green+Blue) = 236+184+114=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB872 is #13478D. Grayscale: #BFBFBF. Windows color (decimal): -1263502 or 7518444. OLE color: 7518444.

HSL color Cylindrical-coordinate representation of color #ECB872: hue angle of 34.43º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECB872 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 184 114 -
CMYK 0 0.22 0.52 0.07
HSL 34.43º 0.76% 0.69% -
HSV(B) 34.43º 0.52% 0.93% -
XYZ 54.77 53.33 23.33 -
YUV 191.57 84.23 159.69 -
System Red Green Blue C M Y K H S L
Decimal 236 184 114 0 0.22 0.52 0.07 34.43 0.76 0.69
Hex EC B8 72 0 16 34 7 22 4C 45
Octal 354 270 162 0 26 64 7 42 114 105
Binary 11101100 10111000 1110010 0 10110 110100 111 100010 1001100 1000101

Color Harmonies of #ECB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB872

Black with #ECB872

Text Example


Text Example

White with #ECB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB872; }

 p { color: rgb(236,184,114); }

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

background-color css

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

 a { background-color: rgb(236,184,114); }

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

border-color css

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

 span { border-color: rgb(236,184,114); }

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