Html Css Color HEX #ECB96B Harvest Gold

📋 copy color: '#ECB96B'

red 236 ◦ green 185 ◦ blue 107

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

Shades of Harvest Gold #ECB96B

Tints of Harvest Gold #ECB96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 44.7%
G = 35.04%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECB96B (or 0xECB96B) is known color: Harvest Gold. HEX triplet: EC, B9 and 6B. RGB value is (236,185,107). Sum of RGB (Red+Green+Blue) = 236+185+107=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB96B is #134694. Grayscale: #BFBFBF. Windows color (decimal): -1263253 or 7059948. OLE color: 7059948.

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

Color convert

RGB 236 185 107 -
CMYK 0 0.22 0.55 0.07
HSL 36.28º 0.77% 0.67% -
HSV(B) 36.28º 0.55% 0.93% -
XYZ 54.59 53.59 21.38 -
YUV 191.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 236 185 107 0 0.22 0.55 0.07 36.28 0.77 0.67
Hex EC B9 6B 0 16 37 7 24 4D 43
Octal 354 271 153 0 26 67 7 44 115 103
Binary 11101100 10111001 1101011 0 10110 110111 111 100100 1001101 1000011

Color Harmonies of #ECB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB96B

Black with #ECB96B

Text Example


Text Example

White with #ECB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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