Html Css Color HEX #EEBC6A Harvest Gold

📋 copy color: '#EEBC6A'

red 238 ◦ green 188 ◦ blue 106

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

Shades of Harvest Gold #EEBC6A

Tints of Harvest Gold #EEBC6A

RGB

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

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

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

R = 44.74%
G = 35.34%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEBC6A (or 0xEEBC6A) is known color: Harvest Gold. HEX triplet: EE, BC and 6A. RGB value is (238,188,106). Sum of RGB (Red+Green+Blue) = 238+188+106=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC6A is #114395. Grayscale: #C1C1C1. Windows color (decimal): -1131414 or 6995182. OLE color: 6995182.

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

Color convert

RGB 238 188 106 -
CMYK 0 0.21 0.55 0.07
HSL 37.27º 0.8% 0.67% -
HSV(B) 37.27º 0.55% 0.93% -
XYZ 55.84 55.18 21.34 -
YUV 193.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 238 188 106 0 0.21 0.55 0.07 37.27 0.8 0.67
Hex EE BC 6A 0 15 37 7 25 50 43
Octal 356 274 152 0 25 67 7 45 120 103
Binary 11101110 10111100 1101010 0 10101 110111 111 100101 1010000 1000011

Color Harmonies of #EEBC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC6A

Black with #EEBC6A

Text Example


Text Example

White with #EEBC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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