#EFECDB

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

Shades of Rice Cake #EFECDB

Tints of Rice Cake #EFECDB

Color information

#EFECDB (or 0xEFECDB) is unknown color: approx Rice Cake. HEX triplet: EF, EC and DB. RGB value is (239,236,219). Sum of RGB (Red+Green+Blue) = 239+236+219=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDB is #101324. Grayscale: #EBEBEB. Windows color (decimal): -1053477 or 14413039. OLE color: 14413039.

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

Color convert

RGB239236219-
CMYK00.010.080.06
HSL51º38.46%89.8%-
HSV(B)51º8.37%93.73%-
XYZ78.3883.4679-
YUV234.96118.99130.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 236 (92.58% from 255) = 34.01%
BLUE value IS 219 (85.94% from 255) = 31.56%
R=34.44%
G=34.01%
B=31.56%

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
Decimal23923621900.010.080.065138.4689.8
HexEFECDB018633265a
Octal357354333011066346132
Binary1110111111101100110110110110001101100111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECDB; }

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

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

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

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

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

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

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

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