Html Css Color HEX #EEBC64 Harvest Gold

📋 copy color: '#EEBC64'

red 238 ◦ green 188 ◦ blue 100

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

Shades of Harvest Gold #EEBC64

Tints of Harvest Gold #EEBC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

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

R = 45.25%
G = 35.74%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEBC64 (or 0xEEBC64) is known color: Harvest Gold. HEX triplet: EE, BC and 64. RGB value is (238,188,100). Sum of RGB (Red+Green+Blue) = 238+188+100=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC64 is #11439B. Grayscale: #C1C1C1. Windows color (decimal): -1131420 or 6601966. OLE color: 6601966.

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

Color convert

RGB 238 188 100 -
CMYK 0 0.21 0.58 0.07
HSL 38.26º 0.8% 0.66% -
HSV(B) 38.26º 0.58% 0.93% -
XYZ 55.54 55.06 19.76 -
YUV 192.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 238 188 100 0 0.21 0.58 0.07 38.26 0.8 0.66
Hex EE BC 64 0 15 3A 7 26 50 42
Octal 356 274 144 0 25 72 7 46 120 102
Binary 11101110 10111100 1100100 0 10101 111010 111 100110 1010000 1000010

Color Harmonies of #EEBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC64

Black with #EEBC64

Text Example


Text Example

White with #EEBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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