#EFEEDF

Color #EFEEDF Rice Cake (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Cake #EFEEDF

Tints of Rice Cake #EFEEDF

Color information

#EFEEDF (or 0xEFEEDF) is unknown color: approx Rice Cake. HEX triplet: EF, EE and DF. RGB value is (239,238,223). Sum of RGB (Red+Green+Blue) = 239+238+223=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDF is #101120. Grayscale: #ECECEC. Windows color (decimal): -1052961 or 14675695. OLE color: 14675695.

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

Color convert

RGB239238223-
CMYK00.000.070.06
HSL56.25º33.33%90.59%-
HSV(B)56.25º6.69%93.73%-
XYZ79.4984.8382-
YUV236.59120.33129.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 223 (87.5% from 255) = 31.86%
R=34.14%
G=34%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923822300.000.070.0656.2533.3390.59
HexEFEEDF007638215b
Octal35735633700767041133
Binary111011111110111011011111001111101110001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEDF; }

 p { color: rgb(239,238,223); }

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

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

 a { background-color: rgb(239,238,223); }

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

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

 span { border-color: rgb(239,238,223); }

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