Html Css Color HEX #ECBE70 Harvest Gold

📋 copy color: '#ECBE70'

red 236 ◦ green 190 ◦ blue 112

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

Shades of Harvest Gold #ECBE70

Tints of Harvest Gold #ECBE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 43.87%
G = 35.32%
B = 20.82%

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

#ECBE70 (or 0xECBE70) is known color: Harvest Gold. HEX triplet: EC, BE and 70. RGB value is (236,190,112). Sum of RGB (Red+Green+Blue) = 236+190+112=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE70 is #13418F. Grayscale: #C3C3C3. Windows color (decimal): -1261968 or 7388908. OLE color: 7388908.

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

Color convert

RGB 236 190 112 -
CMYK 0 0.19 0.53 0.07
HSL 37.74º 0.77% 0.68% -
HSV(B) 37.74º 0.53% 0.93% -
XYZ 55.93 55.83 23.16 -
YUV 194.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 236 190 112 0 0.19 0.53 0.07 37.74 0.77 0.68
Hex EC BE 70 0 13 35 7 26 4D 44
Octal 354 276 160 0 23 65 7 46 115 104
Binary 11101100 10111110 1110000 0 10011 110101 111 100110 1001101 1000100

Color Harmonies of #ECBE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE70

Black with #ECBE70

Text Example


Text Example

White with #ECBE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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