#EFEDDB

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

Shades of Rice Cake #EFEDDB

Tints of Rice Cake #EFEDDB

Color information

#EFEDDB (or 0xEFEDDB) is unknown color: approx Rice Cake. HEX triplet: EF, ED and DB. RGB value is (239,237,219). Sum of RGB (Red+Green+Blue) = 239+237+219=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDB is #101224. Grayscale: #EBEBEB. Windows color (decimal): -1053221 or 14413295. OLE color: 14413295.

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

Color convert

RGB239237219-
CMYK00.010.080.06
HSL54º38.46%89.8%-
HSV(B)54º8.37%93.73%-
XYZ78.6784.0379.09-
YUV235.55118.66130.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 219 (85.94% from 255) = 31.51%
R=34.39%
G=34.10%
B=31.51%

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
Decimal23923721900.010.080.065438.4689.8
HexEFEDDB018636265a
Octal357355333011066646132
Binary1110111111101101110110110110001101101101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDDB; }

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

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

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

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

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

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

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

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