#EFECDE

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

Shades of Rice Cake #EFECDE

Tints of Rice Cake #EFECDE

Color information

#EFECDE (or 0xEFECDE) is unknown color: approx Rice Cake. HEX triplet: EF, EC and DE. RGB value is (239,236,222). Sum of RGB (Red+Green+Blue) = 239+236+222=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDE is #101321. Grayscale: #EBEBEB. Windows color (decimal): -1053474 or 14609647. OLE color: 14609647.

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

Color convert

RGB239236222-
CMYK00.010.070.06
HSL49.41º34.69%90.39%-
HSV(B)49.41º7.11%93.73%-
XYZ78.7883.6281.09-
YUV235.3120.49130.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=34.29%
G=33.86%
B=31.85%

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
Decimal23923622200.010.070.0649.4134.6990.39
HexEFECDE017631235a
Octal35735433601766143132
Binary111011111110110011011110011111101100011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECDE; }

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

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

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

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

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

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

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

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