Html Css Color HEX #ECB16C Harvest Gold

📋 copy color: '#ECB16C'

red 236 ◦ green 177 ◦ blue 108

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

Shades of Harvest Gold #ECB16C

Tints of Harvest Gold #ECB16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.73%

R = 45.3%
G = 33.97%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECB16C (or 0xECB16C) is known color: Harvest Gold. HEX triplet: EC, B1 and 6C. RGB value is (236,177,108). Sum of RGB (Red+Green+Blue) = 236+177+108=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB16C is #134E93. Grayscale: #BBBBBB. Windows color (decimal): -1265300 or 7123436. OLE color: 7123436.

HSL color Cylindrical-coordinate representation of color #ECB16C: hue angle of 32.34º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECB16C is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 108 -
CMYK 0 0.25 0.54 0.07
HSL 32.34º 0.77% 0.67% -
HSV(B) 32.34º 0.54% 0.93% -
XYZ 53.02 50.36 21.11 -
YUV 186.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 236 177 108 0 0.25 0.54 0.07 32.34 0.77 0.67
Hex EC B1 6C 0 19 36 7 20 4D 43
Octal 354 261 154 0 31 66 7 40 115 103
Binary 11101100 10110001 1101100 0 11001 110110 111 100000 1001101 1000011

Color Harmonies of #ECB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB16C

Black with #ECB16C

Text Example


Text Example

White with #ECB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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