#EFEDDD

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

Shades of Rice Cake #EFEDDD

Tints of Rice Cake #EFEDDD

Color information

#EFEDDD (or 0xEFEDDD) is unknown color: approx Rice Cake. HEX triplet: EF, ED and DD. RGB value is (239,237,221). Sum of RGB (Red+Green+Blue) = 239+237+221=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDD is #101222. Grayscale: #EBEBEB. Windows color (decimal): -1053219 or 14544367. OLE color: 14544367.

HSL color Cylindrical-coordinate representation of color #EFEDDD: hue angle of 53.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEDDD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239237221-
CMYK00.010.080.06
HSL53.33º36%90.2%-
HSV(B)53.33º7.53%93.73%-
XYZ78.9384.1480.49-
YUV235.77119.66130.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 221 (86.72% from 255) = 31.71%
R=34.29%
G=34.00%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923722100.010.080.0653.333690.2
HexEFEDDD018635245a
Octal357355335011066544132
Binary1110111111101101110111010110001101101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDDD; }

 p { color: rgb(239,237,221); }

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

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

 a { background-color: rgb(239,237,221); }

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

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

 span { border-color: rgb(239,237,221); }

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