Html Css Color HEX #ECB85E Harvest Gold

📋 copy color: '#ECB85E'

red 236 ◦ green 184 ◦ blue 94

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

Shades of Harvest Gold #ECB85E

Tints of Harvest Gold #ECB85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.8%

 BLUE value IS 94 (37.11% from 255) = 18.29%

R = 45.91%
G = 35.8%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECB85E (or 0xECB85E) is known color: Harvest Gold. HEX triplet: EC, B8 and 5E. RGB value is (236,184,94). Sum of RGB (Red+Green+Blue) = 236+184+94=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB85E is #1347A1. Grayscale: #BDBDBD. Windows color (decimal): -1263522 or 6207724. OLE color: 6207724.

HSL color Cylindrical-coordinate representation of color #ECB85E: hue angle of 38.03º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECB85E is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 184 94 -
CMYK 0 0.22 0.60 0.07
HSL 38.03º 0.79% 0.65% -
HSV(B) 38.03º 0.6% 0.93% -
XYZ 53.75 52.92 17.97 -
YUV 189.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 236 184 94 0 0.22 0.60 0.07 38.03 0.79 0.65
Hex EC B8 5E 0 16 3C 7 26 4F 41
Octal 354 270 136 0 26 74 7 46 117 101
Binary 11101100 10111000 1011110 0 10110 111100 111 100110 1001111 1000001

Color Harmonies of #ECB85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB85E

Black with #ECB85E

Text Example


Text Example

White with #ECB85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB85E; }

 p { color: rgb(236,184,94); }

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

background-color css

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

 a { background-color: rgb(236,184,94); }

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

border-color css

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

 span { border-color: rgb(236,184,94); }

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