#EFEEE1

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

Shades of Rice Cake #EFEEE1

Tints of Rice Cake #EFEEE1

Color information

#EFEEE1 (or 0xEFEEE1) is unknown color: approx Rice Cake. HEX triplet: EF, EE and E1. RGB value is (239,238,225). Sum of RGB (Red+Green+Blue) = 239+238+225=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 225 (88.28% from 255 or 32.05% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE1 is #10111E. Grayscale: #ECECEC. Windows color (decimal): -1052959 or 14806767. OLE color: 14806767.

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

Color convert

RGB239238225-
CMYK00.000.060.06
HSL55.71º30.43%90.98%-
HSV(B)55.71º5.86%93.73%-
XYZ79.7684.9483.42-
YUV236.82121.33129.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 238 (93.36% from 255) = 33.90%
BLUE value IS 225 (88.28% from 255) = 32.05%
R=34.05%
G=33.90%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923822500.000.060.0655.7130.4390.98
HexEFEEE10066381e5b
Octal35735634100667036133
Binary11101111111011101110000100110110111000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEE1; }

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

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

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

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

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

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

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

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