#EFEDE2

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

Shades of Rice Cake #EFEDE2

Tints of Rice Cake #EFEDE2

Color information

#EFEDE2 (or 0xEFEDE2) is unknown color: approx Rice Cake. HEX triplet: EF, ED and E2. RGB value is (239,237,226). Sum of RGB (Red+Green+Blue) = 239+237+226=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDE2 is #10121D. Grayscale: #ECECEC. Windows color (decimal): -1053214 or 14872047. OLE color: 14872047.

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

Color convert

RGB239237226-
CMYK00.010.050.06
HSL50.77º28.89%91.18%-
HSV(B)50.77º5.44%93.73%-
XYZ79.6184.4184.05-
YUV236.34122.16129.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 226 (88.67% from 255) = 32.19%
R=34.05%
G=33.76%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923722600.010.050.0650.7728.8991.18
HexEFEDE20156331d5b
Octal35735534201566335133
Binary11101111111011011110001001101110110011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDE2; }

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

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

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

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

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

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

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

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