Html Css Color HEX #EEC265 Harvest Gold

📋 copy color: '#EEC265'

red 238 ◦ green 194 ◦ blue 101

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

Shades of Harvest Gold #EEC265

Tints of Harvest Gold #EEC265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

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

R = 44.65%
G = 36.4%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEC265 (or 0xEEC265) is known color: Harvest Gold. HEX triplet: EE, C2 and 65. RGB value is (238,194,101). Sum of RGB (Red+Green+Blue) = 238+194+101=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC265 is #113D9A. Grayscale: #C4C4C4. Windows color (decimal): -1129883 or 6669038. OLE color: 6669038.

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

Color convert

RGB 238 194 101 -
CMYK 0 0.18 0.58 0.07
HSL 40.73º 0.8% 0.66% -
HSV(B) 40.73º 0.58% 0.93% -
XYZ 56.9 57.7 20.45 -
YUV 196.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 238 194 101 0 0.18 0.58 0.07 40.73 0.8 0.66
Hex EE C2 65 0 12 3A 7 29 50 42
Octal 356 302 145 0 22 72 7 51 120 102
Binary 11101110 11000010 1100101 0 10010 111010 111 101001 1010000 1000010

Color Harmonies of #EEC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC265

Black with #EEC265

Text Example


Text Example

White with #EEC265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC265; }

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

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

background-color css

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

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

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

border-color css

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

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

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