Html Css Color HEX #EEBD6D Harvest Gold

📋 copy color: '#EEBD6D'

red 238 ◦ green 189 ◦ blue 109

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

Shades of Harvest Gold #EEBD6D

Tints of Harvest Gold #EEBD6D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 109 (42.97% from 255) = 20.34%

R = 44.4%
G = 35.26%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EEBD6D (or 0xEEBD6D) is known color: Harvest Gold. HEX triplet: EE, BD and 6D. RGB value is (238,189,109). Sum of RGB (Red+Green+Blue) = 238+189+109=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBD6D is #114292. Grayscale: #C2C2C2. Windows color (decimal): -1131155 or 7192046. OLE color: 7192046.

HSL color Cylindrical-coordinate representation of color #EEBD6D: hue angle of 37.21º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEBD6D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 109 -
CMYK 0 0.21 0.54 0.07
HSL 37.21º 0.79% 0.68% -
HSV(B) 37.21º 0.54% 0.93% -
XYZ 56.22 55.68 22.25 -
YUV 194.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 238 189 109 0 0.21 0.54 0.07 37.21 0.79 0.68
Hex EE BD 6D 0 15 36 7 25 4F 44
Octal 356 275 155 0 25 66 7 45 117 104
Binary 11101110 10111101 1101101 0 10101 110110 111 100101 1001111 1000100

Color Harmonies of #EEBD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBD6D

Black with #EEBD6D

Text Example


Text Example

White with #EEBD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBD6D; }

 p { color: rgb(238,189,109); }

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

background-color css

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

 a { background-color: rgb(238,189,109); }

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

border-color css

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

 span { border-color: rgb(238,189,109); }

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