Html Css Color HEX #ECB472 Harvest Gold

📋 copy color: '#ECB472'

red 236 ◦ green 180 ◦ blue 114

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

Shades of Harvest Gold #ECB472

Tints of Harvest Gold #ECB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.96%

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

R = 44.53%
G = 33.96%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECB472 (or 0xECB472) is known color: Harvest Gold. HEX triplet: EC, B4 and 72. RGB value is (236,180,114). Sum of RGB (Red+Green+Blue) = 236+180+114=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB472 is #134B8D. Grayscale: #BDBDBD. Windows color (decimal): -1264526 or 7517420. OLE color: 7517420.

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

Color convert

RGB 236 180 114 -
CMYK 0 0.24 0.52 0.07
HSL 32.46º 0.76% 0.69% -
HSV(B) 32.46º 0.52% 0.93% -
XYZ 53.95 51.69 23.05 -
YUV 189.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 236 180 114 0 0.24 0.52 0.07 32.46 0.76 0.69
Hex EC B4 72 0 18 34 7 20 4C 45
Octal 354 264 162 0 30 64 7 40 114 105
Binary 11101100 10110100 1110010 0 11000 110100 111 100000 1001100 1000101

Color Harmonies of #ECB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB472

Black with #ECB472

Text Example


Text Example

White with #ECB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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