#EFEDDE

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

Shades of Rice Cake #EFEDDE

Tints of Rice Cake #EFEDDE

Color information

#EFEDDE (or 0xEFEDDE) is unknown color: approx Rice Cake. HEX triplet: EF, ED and DE. RGB value is (239,237,222). Sum of RGB (Red+Green+Blue) = 239+237+222=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDE is #101221. Grayscale: #EBEBEB. Windows color (decimal): -1053218 or 14609903. OLE color: 14609903.

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

Color convert

RGB239237222-
CMYK00.010.070.06
HSL52.94º34.69%90.39%-
HSV(B)52.94º7.11%93.73%-
XYZ79.0784.1981.19-
YUV235.89120.16130.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=34.24%
G=33.95%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923722200.010.070.0652.9434.6990.39
HexEFEDDE017635235a
Octal35735533601766543132
Binary111011111110110111011110011111101101011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDDE; }

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

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

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

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

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

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

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

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