Html Css Color HEX #ECBE6E Harvest Gold

📋 copy color: '#ECBE6E'

red 236 ◦ green 190 ◦ blue 110

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

Shades of Harvest Gold #ECBE6E

Tints of Harvest Gold #ECBE6E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.45%

 BLUE value IS 110 (43.36% from 255) = 20.52%

R = 44.03%
G = 35.45%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECBE6E (or 0xECBE6E) is known color: Harvest Gold. HEX triplet: EC, BE and 6E. RGB value is (236,190,110). Sum of RGB (Red+Green+Blue) = 236+190+110=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE6E is #134191. Grayscale: #C2C2C2. Windows color (decimal): -1261970 or 7257836. OLE color: 7257836.

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

Color convert

RGB 236 190 110 -
CMYK 0 0.19 0.53 0.07
HSL 38.1º 0.77% 0.68% -
HSV(B) 38.1º 0.53% 0.93% -
XYZ 55.82 55.79 22.58 -
YUV 194.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 236 190 110 0 0.19 0.53 0.07 38.1 0.77 0.68
Hex EC BE 6E 0 13 35 7 26 4D 44
Octal 354 276 156 0 23 65 7 46 115 104
Binary 11101100 10111110 1101110 0 10011 110101 111 100110 1001101 1000100

Color Harmonies of #ECBE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE6E

Black with #ECBE6E

Text Example


Text Example

White with #ECBE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE6E; }

 p { color: rgb(236,190,110); }

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

background-color css

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

 a { background-color: rgb(236,190,110); }

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

border-color css

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

 span { border-color: rgb(236,190,110); }

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