#EED48A

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

Shades of Buff #EED48A

Tints of Buff #EED48A

Color information

#EED48A (or 0xEED48A) is unknown color: approx Buff. HEX triplet: EE, D4 and 8A. RGB value is (238,212,138). Sum of RGB (Red+Green+Blue) = 238+212+138=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EED48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED48A is #112B75. Grayscale: #D3D3D3. Windows color (decimal): -1125238 or 9098478. OLE color: 9098478.

HSL color Cylindrical-coordinate representation of color #EED48A: hue angle of 44.4º degrees, saturation: 0.75, 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 #EED48A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238212138-
CMYK00.110.420.07
HSL44.4º74.63%73.73%-
HSV(B)44.4º42.02%93.33%-
XYZ63.3967.133.66-
YUV211.3486.61147.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 138 (54.30% from 255) = 23.47%
R=40.48%
G=36.05%
B=23.47%

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
Decimal23821213800.110.420.0744.474.6373.73
HexEED48A0B2A72c4b4a
Octal35632421201352754113112
Binary1110111011010100100010100101110101011110110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED48A; }

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

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

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

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

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

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

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

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