Html Css Color HEX #EEB674 Harvest Gold

📋 copy color: '#EEB674'

red 238 ◦ green 182 ◦ blue 116

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

Shades of Harvest Gold #EEB674

Tints of Harvest Gold #EEB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.96%

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

R = 44.4%
G = 33.96%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEB674 (or 0xEEB674) is known color: Harvest Gold. HEX triplet: EE, B6 and 74. RGB value is (238,182,116). Sum of RGB (Red+Green+Blue) = 238+182+116=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB674 is #11498B. Grayscale: #BFBFBF. Windows color (decimal): -1132940 or 7649006. OLE color: 7649006.

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

Color convert

RGB 238 182 116 -
CMYK 0 0.24 0.51 0.07
HSL 32.46º 0.78% 0.69% -
HSV(B) 32.46º 0.51% 0.93% -
XYZ 55.14 52.89 23.83 -
YUV 191.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 238 182 116 0 0.24 0.51 0.07 32.46 0.78 0.69
Hex EE B6 74 0 18 33 7 20 4E 45
Octal 356 266 164 0 30 63 7 40 116 105
Binary 11101110 10110110 1110100 0 11000 110011 111 100000 1001110 1000101

Color Harmonies of #EEB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB674

Black with #EEB674

Text Example


Text Example

White with #EEB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB674; }

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

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

background-color css

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

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

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

border-color css

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

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

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