Html Css Color HEX #EEC065 Harvest Gold

📋 copy color: '#EEC065'

red 238 ◦ green 192 ◦ blue 101

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

Shades of Harvest Gold #EEC065

Tints of Harvest Gold #EEC065

RGB

 RED value IS 238 (93.36% from 255) = 44.82%

 GREEN value IS 192 (75.39% from 255) = 36.16%

 BLUE value IS 101 (39.84% from 255) = 19.02%

R = 44.82%
G = 36.16%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEC065 (or 0xEEC065) is known color: Harvest Gold. HEX triplet: EE, C0 and 65. RGB value is (238,192,101). Sum of RGB (Red+Green+Blue) = 238+192+101=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC065 is #113F9A. Grayscale: #C3C3C3. Windows color (decimal): -1130395 or 6668526. OLE color: 6668526.

HSL color Cylindrical-coordinate representation of color #EEC065: hue angle of 39.85º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEC065 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 101 -
CMYK 0 0.19 0.58 0.07
HSL 39.85º 0.8% 0.66% -
HSV(B) 39.85º 0.58% 0.93% -
XYZ 56.46 56.82 20.3 -
YUV 195.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 238 192 101 0 0.19 0.58 0.07 39.85 0.8 0.66
Hex EE C0 65 0 13 3A 7 28 50 42
Octal 356 300 145 0 23 72 7 50 120 102
Binary 11101110 11000000 1100101 0 10011 111010 111 101000 1010000 1000010

Color Harmonies of #EEC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC065

Black with #EEC065

Text Example


Text Example

White with #EEC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC065; }

 p { color: rgb(238,192,101); }

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

background-color css

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

 a { background-color: rgb(238,192,101); }

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

border-color css

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

 span { border-color: rgb(238,192,101); }

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