#EFECE1

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

Shades of Rice Cake #EFECE1

Tints of Rice Cake #EFECE1

Color information

#EFECE1 (or 0xEFECE1) is unknown color: approx Rice Cake. HEX triplet: EF, EC and E1. RGB value is (239,236,225). Sum of RGB (Red+Green+Blue) = 239+236+225=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECE1 is #10131E. Grayscale: #EBEBEB. Windows color (decimal): -1053471 or 14806255. OLE color: 14806255.

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

Color convert

RGB239236225-
CMYK00.010.060.06
HSL47.14º30.43%90.98%-
HSV(B)47.14º5.86%93.73%-
XYZ79.1883.7883.23-
YUV235.64121.99130.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 225 (88.28% from 255) = 32.14%
R=34.14%
G=33.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923622500.010.060.0647.1430.4390.98
HexEFECE101662f1e5b
Octal35735434101665736133
Binary11101111111011001110000101110110101111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECE1; }

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

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

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

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

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

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

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

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