Html Css Color HEX #ECB65E Harvest Gold

📋 copy color: '#ECB65E'

red 236 ◦ green 182 ◦ blue 94

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

Shades of Harvest Gold #ECB65E

Tints of Harvest Gold #ECB65E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.55%

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

R = 46.09%
G = 35.55%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECB65E (or 0xECB65E) is known color: Harvest Gold. HEX triplet: EC, B6 and 5E. RGB value is (236,182,94). Sum of RGB (Red+Green+Blue) = 236+182+94=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB65E is #1349A1. Grayscale: #BCBCBC. Windows color (decimal): -1264034 or 6207212. OLE color: 6207212.

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

Color convert

RGB 236 182 94 -
CMYK 0 0.23 0.60 0.07
HSL 37.18º 0.79% 0.65% -
HSV(B) 37.18º 0.6% 0.93% -
XYZ 53.34 52.1 17.83 -
YUV 188.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 236 182 94 0 0.23 0.60 0.07 37.18 0.79 0.65
Hex EC B6 5E 0 17 3C 7 25 4F 41
Octal 354 266 136 0 27 74 7 45 117 101
Binary 11101100 10110110 1011110 0 10111 111100 111 100101 1001111 1000001

Color Harmonies of #ECB65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB65E

Black with #ECB65E

Text Example


Text Example

White with #ECB65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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