Html Css Color HEX #ECB272 Harvest Gold

📋 copy color: '#ECB272'

red 236 ◦ green 178 ◦ blue 114

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

Shades of Harvest Gold #ECB272

Tints of Harvest Gold #ECB272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 44.7%
G = 33.71%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECB272 (or 0xECB272) is known color: Harvest Gold. HEX triplet: EC, B2 and 72. RGB value is (236,178,114). Sum of RGB (Red+Green+Blue) = 236+178+114=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB272 is #134D8D. Grayscale: #BCBCBC. Windows color (decimal): -1265038 or 7516908. OLE color: 7516908.

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

Color convert

RGB 236 178 114 -
CMYK 0 0.25 0.52 0.07
HSL 31.48º 0.76% 0.69% -
HSV(B) 31.48º 0.52% 0.93% -
XYZ 53.55 50.89 22.92 -
YUV 188.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 236 178 114 0 0.25 0.52 0.07 31.48 0.76 0.69
Hex EC B2 72 0 19 34 7 1F 4C 45
Octal 354 262 162 0 31 64 7 37 114 105
Binary 11101100 10110010 1110010 0 11001 110100 111 11111 1001100 1000101

Color Harmonies of #ECB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB272

Black with #ECB272

Text Example


Text Example

White with #ECB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB272; }

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

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

background-color css

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

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

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

border-color css

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

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

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