#EFCE9F

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

Shades of Dairy Cream #EFCE9F

Tints of Dairy Cream #EFCE9F

Color information

#EFCE9F (or 0xEFCE9F) is unknown color: approx Dairy Cream. HEX triplet: EF, CE and 9F. RGB value is (239,206,159). Sum of RGB (Red+Green+Blue) = 239+206+159=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE9F is #103160. Grayscale: #D2D2D2. Windows color (decimal): -1061217 or 10473199. OLE color: 10473199.

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

Color convert

RGB239206159-
CMYK00.140.330.06
HSL35.25º71.43%78.04%-
HSV(B)35.25º33.47%93.73%-
XYZ63.936541.98-
YUV210.5198.93148.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=39.57%
G=34.11%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920615900.140.330.0635.2571.4378.04
HexEFCE9F0E21623474e
Octal35731623701641643107116
Binary1110111111001110100111110111010000111010001110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE9F; }

 p { color: rgb(239,206,159); }

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

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

 a { background-color: rgb(239,206,159); }

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

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

 span { border-color: rgb(239,206,159); }

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