#EED679

Color #EED679 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #EED679

Tints of Buff #EED679

Color information

#EED679 (or 0xEED679) is unknown color: approx Buff. HEX triplet: EE, D6 and 79. RGB value is (238,214,121). Sum of RGB (Red+Green+Blue) = 238+214+121=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 121 (47.66% from 255 or 21.12% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED679 is #112986. Grayscale: #D2D2D2. Windows color (decimal): -1124743 or 7984878. OLE color: 7984878.

HSL color Cylindrical-coordinate representation of color #EED679: hue angle of 47.69º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED679 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB238214121-
CMYK00.100.490.07
HSL47.69º77.48%70.39%-
HSV(B)47.69º49.16%93.33%-
XYZ62.7667.6527.84-
YUV210.5777.45147.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 121 (47.66% from 255) = 21.12%
R=41.54%
G=37.35%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821412100.100.490.0747.6977.4870.39
HexEED6790A317304d46
Octal35632617101261760115106
Binary111011101101011011110010101011000111111000010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED679; }

 p { color: rgb(238,214,121); }

 H1.HeaderClassName
 {
   color: #EED679;
 }
 .AnyTagClassName
 {
   color: #EED679;
 }
</style>
background-color css

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

 a { background-color: rgb(238,214,121); }

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

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

 span { border-color: rgb(238,214,121); }

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