Html Css Color HEX #ECB672 Harvest Gold

📋 copy color: '#ECB672'

red 236 ◦ green 182 ◦ blue 114

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

Shades of Harvest Gold #ECB672

Tints of Harvest Gold #ECB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.21%

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

R = 44.36%
G = 34.21%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECB672 (or 0xECB672) is known color: Harvest Gold. HEX triplet: EC, B6 and 72. RGB value is (236,182,114). Sum of RGB (Red+Green+Blue) = 236+182+114=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB672 is #13498D. Grayscale: #BEBEBE. Windows color (decimal): -1264014 or 7517932. OLE color: 7517932.

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

Color convert

RGB 236 182 114 -
CMYK 0 0.23 0.52 0.07
HSL 33.44º 0.76% 0.69% -
HSV(B) 33.44º 0.52% 0.93% -
XYZ 54.36 52.5 23.19 -
YUV 190.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 236 182 114 0 0.23 0.52 0.07 33.44 0.76 0.69
Hex EC B6 72 0 17 34 7 21 4C 45
Octal 354 266 162 0 27 64 7 41 114 105
Binary 11101100 10110110 1110010 0 10111 110100 111 100001 1001100 1000101

Color Harmonies of #ECB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB672

Black with #ECB672

Text Example


Text Example

White with #ECB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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