Html Css Color HEX #ECB975 Harvest Gold

📋 copy color: '#ECB975'

red 236 ◦ green 185 ◦ blue 117

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

Shades of Harvest Gold #ECB975

Tints of Harvest Gold #ECB975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.75%

R = 43.87%
G = 34.39%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECB975 (or 0xECB975) is known color: Harvest Gold. HEX triplet: EC, B9 and 75. RGB value is (236,185,117). Sum of RGB (Red+Green+Blue) = 236+185+117=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB975 is #13468A. Grayscale: #C0C0C0. Windows color (decimal): -1263243 or 7715308. OLE color: 7715308.

HSL color Cylindrical-coordinate representation of color #ECB975: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECB975 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 185 117 -
CMYK 0 0.22 0.50 0.07
HSL 34.29º 0.76% 0.69% -
HSV(B) 34.29º 0.5% 0.93% -
XYZ 55.15 53.82 24.31 -
YUV 192.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 236 185 117 0 0.22 0.50 0.07 34.29 0.76 0.69
Hex EC B9 75 0 16 32 7 22 4C 45
Octal 354 271 165 0 26 62 7 42 114 105
Binary 11101100 10111001 1110101 0 10110 110010 111 100010 1001100 1000101

Color Harmonies of #ECB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB975

Black with #ECB975

Text Example


Text Example

White with #ECB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB975; }

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

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

background-color css

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

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

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

border-color css

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

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

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