Html Css Color HEX #EEBC74 Harvest Gold

📋 copy color: '#EEBC74'

red 238 ◦ green 188 ◦ blue 116

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

Shades of Harvest Gold #EEBC74

Tints of Harvest Gold #EEBC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 43.91%
G = 34.69%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEBC74 (or 0xEEBC74) is known color: Harvest Gold. HEX triplet: EE, BC and 74. RGB value is (238,188,116). Sum of RGB (Red+Green+Blue) = 238+188+116=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC74 is #11438B. Grayscale: #C3C3C3. Windows color (decimal): -1131404 or 7650542. OLE color: 7650542.

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

Color convert

RGB 238 188 116 -
CMYK 0 0.21 0.51 0.07
HSL 35.41º 0.78% 0.69% -
HSV(B) 35.41º 0.51% 0.93% -
XYZ 56.4 55.4 24.24 -
YUV 194.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 238 188 116 0 0.21 0.51 0.07 35.41 0.78 0.69
Hex EE BC 74 0 15 33 7 23 4E 45
Octal 356 274 164 0 25 63 7 43 116 105
Binary 11101110 10111100 1110100 0 10101 110011 111 100011 1001110 1000101

Color Harmonies of #EEBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC74

Black with #EEBC74

Text Example


Text Example

White with #EEBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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