#EDD3A4

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

Shades of Dairy Cream #EDD3A4

Tints of Dairy Cream #EDD3A4

Color information

#EDD3A4 (or 0xEDD3A4) is unknown color: approx Dairy Cream. HEX triplet: ED, D3 and A4. RGB value is (237,211,164). Sum of RGB (Red+Green+Blue) = 237+211+164=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3A4 is #122C5B. Grayscale: #D5D5D5. Windows color (decimal): -1191004 or 10802157. OLE color: 10802157.

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

Color convert

RGB237211164-
CMYK00.110.310.07
HSL38.63º66.97%78.63%-
HSV(B)38.63º30.8%92.94%-
XYZ64.9267.2744.69-
YUV213.42100.11144.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 211 (82.81% from 255) = 34.48%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=38.73%
G=34.48%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721116400.110.310.0738.6366.9778.63
HexEDD3A40B1F727434f
Octal35532324401337747103117
Binary111011011101001110100100010111111111110011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3A4; }

 p { color: rgb(237,211,164); }

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

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

 a { background-color: rgb(237,211,164); }

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

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

 span { border-color: rgb(237,211,164); }

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