Html Css Color HEX #ECB96C Harvest Gold

📋 copy color: '#ECB96C'

red 236 ◦ green 185 ◦ blue 108

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

Shades of Harvest Gold #ECB96C

Tints of Harvest Gold #ECB96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.97%

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

R = 44.61%
G = 34.97%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECB96C (or 0xECB96C) is known color: Harvest Gold. HEX triplet: EC, B9 and 6C. RGB value is (236,185,108). Sum of RGB (Red+Green+Blue) = 236+185+108=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB96C is #134693. Grayscale: #BFBFBF. Windows color (decimal): -1263252 or 7125484. OLE color: 7125484.

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

Color convert

RGB 236 185 108 -
CMYK 0 0.22 0.54 0.07
HSL 36.09º 0.77% 0.67% -
HSV(B) 36.09º 0.54% 0.93% -
XYZ 54.65 53.61 21.66 -
YUV 191.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 236 185 108 0 0.22 0.54 0.07 36.09 0.77 0.67
Hex EC B9 6C 0 16 36 7 24 4D 43
Octal 354 271 154 0 26 66 7 44 115 103
Binary 11101100 10111001 1101100 0 10110 110110 111 100100 1001101 1000011

Color Harmonies of #ECB96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB96C

Black with #ECB96C

Text Example


Text Example

White with #ECB96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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