Html Css Color HEX #EEAF63 Harvest Gold

📋 copy color: '#EEAF63'

red 238 ◦ green 175 ◦ blue 99

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

Shades of Harvest Gold #EEAF63

Tints of Harvest Gold #EEAF63

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 46.48%
G = 34.18%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEAF63 (or 0xEEAF63) is known color: Harvest Gold. HEX triplet: EE, AF and 63. RGB value is (238,175,99). Sum of RGB (Red+Green+Blue) = 238+175+99=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF63 is #11509C. Grayscale: #B9B9B9. Windows color (decimal): -1134749 or 6533102. OLE color: 6533102.

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

Color convert

RGB 238 175 99 -
CMYK 0 0.26 0.58 0.07
HSL 32.81º 0.8% 0.66% -
HSV(B) 32.81º 0.58% 0.93% -
XYZ 52.84 49.74 18.62 -
YUV 185.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 238 175 99 0 0.26 0.58 0.07 32.81 0.8 0.66
Hex EE AF 63 0 1A 3A 7 21 50 42
Octal 356 257 143 0 32 72 7 41 120 102
Binary 11101110 10101111 1100011 0 11010 111010 111 100001 1010000 1000010

Color Harmonies of #EEAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF63

Black with #EEAF63

Text Example


Text Example

White with #EEAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF63; }

 p { color: rgb(238,175,99); }

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

background-color css

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

 a { background-color: rgb(238,175,99); }

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

border-color css

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

 span { border-color: rgb(238,175,99); }

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