#EFD29E

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

Shades of Dairy Cream #EFD29E

Tints of Dairy Cream #EFD29E

Color information

#EFD29E (or 0xEFD29E) is unknown color: approx Dairy Cream. HEX triplet: EF, D2 and 9E. RGB value is (239,210,158). Sum of RGB (Red+Green+Blue) = 239+210+158=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD29E is #102D61. Grayscale: #D4D4D4. Windows color (decimal): -1060194 or 10408687. OLE color: 10408687.

HSL color Cylindrical-coordinate representation of color #EFD29E: hue angle of 38.52º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFD29E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239210158-
CMYK00.120.340.06
HSL38.52º71.68%77.84%-
HSV(B)38.52º33.89%93.73%-
XYZ64.8166.9141.85-
YUV212.7497.11146.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=39.37%
G=34.60%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921015800.120.340.0638.5271.6877.84
HexEFD29E0C22627484e
Octal35732223601442647110116
Binary1110111111010010100111100110010001011010011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD29E; }

 p { color: rgb(239,210,158); }

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

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

 a { background-color: rgb(239,210,158); }

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

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

 span { border-color: rgb(239,210,158); }

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