#EFCE9D

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

Shades of Dairy Cream #EFCE9D

Tints of Dairy Cream #EFCE9D

Color information

#EFCE9D (or 0xEFCE9D) is unknown color: approx Dairy Cream. HEX triplet: EF, CE and 9D. RGB value is (239,206,157). Sum of RGB (Red+Green+Blue) = 239+206+157=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE9D is #103162. Grayscale: #D2D2D2. Windows color (decimal): -1061219 or 10342127. OLE color: 10342127.

HSL color Cylindrical-coordinate representation of color #EFCE9D: hue angle of 35.85º 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 #EFCE9D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239206157-
CMYK00.140.340.06
HSL35.85º71.93%77.65%-
HSV(B)35.85º34.31%93.73%-
XYZ63.7564.9341.07-
YUV210.2897.93148.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 157 (61.72% from 255) = 26.08%
R=39.70%
G=34.22%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920615700.140.340.0635.8571.9377.65
HexEFCE9D0E22624484e
Octal35731623501642644110116
Binary1110111111001110100111010111010001011010010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE9D; }

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

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

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

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

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

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

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

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