Html Css Color HEX #ECB96F Harvest Gold

📋 copy color: '#ECB96F'

red 236 ◦ green 185 ◦ blue 111

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

Shades of Harvest Gold #ECB96F

Tints of Harvest Gold #ECB96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.86%

R = 44.36%
G = 34.77%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECB96F (or 0xECB96F) is known color: Harvest Gold. HEX triplet: EC, B9 and 6F. RGB value is (236,185,111). Sum of RGB (Red+Green+Blue) = 236+185+111=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB96F is #134690. Grayscale: #C0C0C0. Windows color (decimal): -1263249 or 7322092. OLE color: 7322092.

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

Color convert

RGB 236 185 111 -
CMYK 0 0.22 0.53 0.07
HSL 35.52º 0.77% 0.68% -
HSV(B) 35.52º 0.53% 0.93% -
XYZ 54.81 53.68 22.51 -
YUV 191.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 236 185 111 0 0.22 0.53 0.07 35.52 0.77 0.68
Hex EC B9 6F 0 16 35 7 24 4D 44
Octal 354 271 157 0 26 65 7 44 115 104
Binary 11101100 10111001 1101111 0 10110 110101 111 100100 1001101 1000100

Color Harmonies of #ECB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB96F

Black with #ECB96F

Text Example


Text Example

White with #ECB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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