#EFEDE0

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

Shades of Rice Cake #EFEDE0

Tints of Rice Cake #EFEDE0

Color information

#EFEDE0 (or 0xEFEDE0) is unknown color: approx Rice Cake. HEX triplet: EF, ED and E0. RGB value is (239,237,224). Sum of RGB (Red+Green+Blue) = 239+237+224=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDE0 is #10121F. Grayscale: #ECECEC. Windows color (decimal): -1053216 or 14740975. OLE color: 14740975.

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

Color convert

RGB239237224-
CMYK00.010.060.06
HSL52º31.91%90.78%-
HSV(B)52º6.28%93.73%-
XYZ79.3484.382.61-
YUV236.12121.16130.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 237 (92.97% from 255) = 33.86%
BLUE value IS 224 (87.89% from 255) = 32%
R=34.14%
G=33.86%
B=32%

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
Decimal23923722400.010.060.065231.9190.78
HexEFEDE0016634205b
Octal35735534001666440133
Binary111011111110110111100000011101101101001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDE0; }

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

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

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

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

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

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

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

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