#EDD48A

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

Shades of Buff #EDD48A

Tints of Buff #EDD48A

Color information

#EDD48A (or 0xEDD48A) is unknown color: approx Buff. HEX triplet: ED, D4 and 8A. RGB value is (237,212,138). Sum of RGB (Red+Green+Blue) = 237+212+138=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD48A is #122B75. Grayscale: #D3D3D3. Windows color (decimal): -1190774 or 9098477. OLE color: 9098477.

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

Color convert

RGB237212138-
CMYK00.110.420.07
HSL44.85º73.33%73.53%-
HSV(B)44.85º41.77%92.94%-
XYZ63.0666.9333.64-
YUV211.0486.78146.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 212 (83.20% from 255) = 36.12%
BLUE value IS 138 (54.30% from 255) = 23.51%
R=40.37%
G=36.12%
B=23.51%

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
Decimal23721213800.110.420.0744.8573.3373.53
HexEDD48A0B2A72d494a
Octal35532421201352755111112
Binary1110110111010100100010100101110101011110110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD48A; }

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

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

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

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

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

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

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

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