#EED480

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

Shades of Buff #EED480

Tints of Buff #EED480

Color information

#EED480 (or 0xEED480) is unknown color: approx Buff. HEX triplet: EE, D4 and 80. RGB value is (238,212,128). Sum of RGB (Red+Green+Blue) = 238+212+128=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EED480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED480 is #112B7F. Grayscale: #D2D2D2. Windows color (decimal): -1125248 or 8443118. OLE color: 8443118.

HSL color Cylindrical-coordinate representation of color #EED480: hue angle of 45.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EED480 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238212128-
CMYK00.110.460.07
HSL45.82º76.39%71.76%-
HSV(B)45.82º46.22%93.33%-
XYZ62.766.8230.02-
YUV210.281.61147.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 212 (83.20% from 255) = 36.68%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=41.18%
G=36.68%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821212800.110.460.0745.8276.3971.76
HexEED4800B2E72e4c48
Octal35632420001356756114110
Binary1110111011010100100000000101110111011110111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED480; }

 p { color: rgb(238,212,128); }

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

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

 a { background-color: rgb(238,212,128); }

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

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

 span { border-color: rgb(238,212,128); }

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