Html Css Color HEX #ECB572 Harvest Gold

📋 copy color: '#ECB572'

red 236 ◦ green 181 ◦ blue 114

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

Shades of Harvest Gold #ECB572

Tints of Harvest Gold #ECB572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

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

R = 44.44%
G = 34.09%
B = 21.47%

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

#ECB572 (or 0xECB572) is known color: Harvest Gold. HEX triplet: EC, B5 and 72. RGB value is (236,181,114). Sum of RGB (Red+Green+Blue) = 236+181+114=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB572 is #134A8D. Grayscale: #BEBEBE. Windows color (decimal): -1264270 or 7517676. OLE color: 7517676.

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

Color convert

RGB 236 181 114 -
CMYK 0 0.23 0.52 0.07
HSL 32.95º 0.76% 0.69% -
HSV(B) 32.95º 0.52% 0.93% -
XYZ 54.15 52.1 23.12 -
YUV 189.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 236 181 114 0 0.23 0.52 0.07 32.95 0.76 0.69
Hex EC B5 72 0 17 34 7 21 4C 45
Octal 354 265 162 0 27 64 7 41 114 105
Binary 11101100 10110101 1110010 0 10111 110100 111 100001 1001100 1000101

Color Harmonies of #ECB572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB572

Black with #ECB572

Text Example


Text Example

White with #ECB572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB572; }

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

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

background-color css

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

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

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

border-color css

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

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

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