Html Css Color HEX #EEB069 Harvest Gold

📋 copy color: '#EEB069'

red 238 ◦ green 176 ◦ blue 105

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

Shades of Harvest Gold #EEB069

Tints of Harvest Gold #EEB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

 BLUE value IS 105 (41.41% from 255) = 20.23%

R = 45.86%
G = 33.91%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EEB069 (or 0xEEB069) is known color: Harvest Gold. HEX triplet: EE, B0 and 69. RGB value is (238,176,105). Sum of RGB (Red+Green+Blue) = 238+176+105=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB069 is #114F96. Grayscale: #BABABA. Windows color (decimal): -1134487 or 6926574. OLE color: 6926574.

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

Color convert

RGB 238 176 105 -
CMYK 0 0.26 0.56 0.07
HSL 32.03º 0.8% 0.67% -
HSV(B) 32.03º 0.56% 0.93% -
XYZ 53.34 50.25 20.25 -
YUV 186.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 238 176 105 0 0.26 0.56 0.07 32.03 0.8 0.67
Hex EE B0 69 0 1A 38 7 20 50 43
Octal 356 260 151 0 32 70 7 40 120 103
Binary 11101110 10110000 1101001 0 11010 111000 111 100000 1010000 1000011

Color Harmonies of #EEB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB069

Black with #EEB069

Text Example


Text Example

White with #EEB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB069; }

 p { color: rgb(238,176,105); }

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

background-color css

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

 a { background-color: rgb(238,176,105); }

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

border-color css

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

 span { border-color: rgb(238,176,105); }

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