Html Css Color HEX #EEC164 Harvest Gold

📋 copy color: '#EEC164'

red 238 ◦ green 193 ◦ blue 100

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

Shades of Harvest Gold #EEC164

Tints of Harvest Gold #EEC164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

 BLUE value IS 100 (39.45% from 255) = 18.83%

R = 44.82%
G = 36.35%
B = 18.83%

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

#EEC164 (or 0xEEC164) is known color: Harvest Gold. HEX triplet: EE, C1 and 64. RGB value is (238,193,100). Sum of RGB (Red+Green+Blue) = 238+193+100=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC164 is #113E9B. Grayscale: #C4C4C4. Windows color (decimal): -1130140 or 6603246. OLE color: 6603246.

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

Color convert

RGB 238 193 100 -
CMYK 0 0.19 0.58 0.07
HSL 40.43º 0.8% 0.66% -
HSV(B) 40.43º 0.58% 0.93% -
XYZ 56.63 57.24 20.12 -
YUV 195.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 238 193 100 0 0.19 0.58 0.07 40.43 0.8 0.66
Hex EE C1 64 0 13 3A 7 28 50 42
Octal 356 301 144 0 23 72 7 50 120 102
Binary 11101110 11000001 1100100 0 10011 111010 111 101000 1010000 1000010

Color Harmonies of #EEC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC164

Black with #EEC164

Text Example


Text Example

White with #EEC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC164; }

 p { color: rgb(238,193,100); }

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

background-color css

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

 a { background-color: rgb(238,193,100); }

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

border-color css

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

 span { border-color: rgb(238,193,100); }

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