Html Css Color HEX #EEB268 Harvest Gold

📋 copy color: '#EEB268'

red 238 ◦ green 178 ◦ blue 104

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

Shades of Harvest Gold #EEB268

Tints of Harvest Gold #EEB268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.23%

 BLUE value IS 104 (41.02% from 255) = 20%

R = 45.77%
G = 34.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EEB268 (or 0xEEB268) is known color: Harvest Gold. HEX triplet: EE, B2 and 68. RGB value is (238,178,104). Sum of RGB (Red+Green+Blue) = 238+178+104=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB268 is #114D97. Grayscale: #BBBBBB. Windows color (decimal): -1133976 or 6861550. OLE color: 6861550.

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

Color convert

RGB 238 178 104 -
CMYK 0 0.25 0.56 0.07
HSL 33.13º 0.8% 0.67% -
HSV(B) 33.13º 0.56% 0.93% -
XYZ 53.68 51.02 20.11 -
YUV 187.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 238 178 104 0 0.25 0.56 0.07 33.13 0.8 0.67
Hex EE B2 68 0 19 38 7 21 50 43
Octal 356 262 150 0 31 70 7 41 120 103
Binary 11101110 10110010 1101000 0 11001 111000 111 100001 1010000 1000011

Color Harmonies of #EEB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB268

Black with #EEB268

Text Example


Text Example

White with #EEB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB268; }

 p { color: rgb(238,178,104); }

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

background-color css

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

 a { background-color: rgb(238,178,104); }

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

border-color css

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

 span { border-color: rgb(238,178,104); }

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