#EFD0A2

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

Shades of Dairy Cream #EFD0A2

Tints of Dairy Cream #EFD0A2

Color information

#EFD0A2 (or 0xEFD0A2) is unknown color: approx Dairy Cream. HEX triplet: EF, D0 and A2. RGB value is (239,208,162). Sum of RGB (Red+Green+Blue) = 239+208+162=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0A2 is #102F5D. Grayscale: #D4D4D4. Windows color (decimal): -1060702 or 10670319. OLE color: 10670319.

HSL color Cylindrical-coordinate representation of color #EFD0A2: hue angle of 35.84º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFD0A2 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB239208162-
CMYK00.130.320.06
HSL35.84º70.64%78.63%-
HSV(B)35.84º32.22%93.73%-
XYZ64.6766.0743.53-
YUV212.0299.77147.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 162 (63.67% from 255) = 26.60%
R=39.24%
G=34.15%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920816200.130.320.0635.8470.6478.63
HexEFD0A20D20624474f
Octal35732024201540644107117
Binary1110111111010000101000100110110000011010010010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0A2; }

 p { color: rgb(239,208,162); }

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

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

 a { background-color: rgb(239,208,162); }

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

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

 span { border-color: rgb(239,208,162); }

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