Html Css Color HEX #EEBA6A Harvest Gold

📋 copy color: '#EEBA6A'

red 238 ◦ green 186 ◦ blue 106

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

Shades of Harvest Gold #EEBA6A

Tints of Harvest Gold #EEBA6A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

 BLUE value IS 106 (41.8% from 255) = 20%

R = 44.91%
G = 35.09%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEBA6A (or 0xEEBA6A) is known color: Harvest Gold. HEX triplet: EE, BA and 6A. RGB value is (238,186,106). Sum of RGB (Red+Green+Blue) = 238+186+106=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA6A is #114595. Grayscale: #C0C0C0. Windows color (decimal): -1131926 or 6994670. OLE color: 6994670.

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

Color convert

RGB 238 186 106 -
CMYK 0 0.22 0.55 0.07
HSL 36.36º 0.8% 0.67% -
HSV(B) 36.36º 0.55% 0.93% -
XYZ 55.42 54.34 21.2 -
YUV 192.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 238 186 106 0 0.22 0.55 0.07 36.36 0.8 0.67
Hex EE BA 6A 0 16 37 7 24 50 43
Octal 356 272 152 0 26 67 7 44 120 103
Binary 11101110 10111010 1101010 0 10110 110111 111 100100 1010000 1000011

Color Harmonies of #EEBA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA6A

Black with #EEBA6A

Text Example


Text Example

White with #EEBA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA6A; }

 p { color: rgb(238,186,106); }

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

background-color css

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

 a { background-color: rgb(238,186,106); }

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

border-color css

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

 span { border-color: rgb(238,186,106); }

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