Html Css Color HEX #ECB172 Harvest Gold

📋 copy color: '#ECB172'

red 236 ◦ green 177 ◦ blue 114

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

Shades of Harvest Gold #ECB172

Tints of Harvest Gold #ECB172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

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

R = 44.78%
G = 33.59%
B = 21.63%

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

#ECB172 (or 0xECB172) is known color: Harvest Gold. HEX triplet: EC, B1 and 72. RGB value is (236,177,114). Sum of RGB (Red+Green+Blue) = 236+177+114=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB172 is #134E8D. Grayscale: #BBBBBB. Windows color (decimal): -1265294 or 7516652. OLE color: 7516652.

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

Color convert

RGB 236 177 114 -
CMYK 0 0.25 0.52 0.07
HSL 30.98º 0.76% 0.69% -
HSV(B) 30.98º 0.52% 0.93% -
XYZ 53.35 50.49 22.85 -
YUV 187.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 236 177 114 0 0.25 0.52 0.07 30.98 0.76 0.69
Hex EC B1 72 0 19 34 7 1F 4C 45
Octal 354 261 162 0 31 64 7 37 114 105
Binary 11101100 10110001 1110010 0 11001 110100 111 11111 1001100 1000101

Color Harmonies of #ECB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB172

Black with #ECB172

Text Example


Text Example

White with #ECB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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