#EED48B

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

Shades of Buff #EED48B

Tints of Buff #EED48B

Color information

#EED48B (or 0xEED48B) is unknown color: approx Buff. HEX triplet: EE, D4 and 8B. RGB value is (238,212,139). Sum of RGB (Red+Green+Blue) = 238+212+139=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EED48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED48B is #112B74. Grayscale: #D3D3D3. Windows color (decimal): -1125237 or 9164014. OLE color: 9164014.

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

Color convert

RGB238212139-
CMYK00.110.420.07
HSL44.24º74.44%73.92%-
HSV(B)44.24º41.6%93.33%-
XYZ63.4667.1334.04-
YUV211.4587.11146.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=40.41%
G=35.99%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821213900.110.420.0744.2474.4473.92
HexEED48B0B2A72c4a4a
Octal35632421301352754112112
Binary1110111011010100100010110101110101011110110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED48B; }

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

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

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

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

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

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

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

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