#EFEDE3

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

Shades of Rice Cake #EFEDE3

Tints of Rice Cake #EFEDE3

Color information

#EFEDE3 (or 0xEFEDE3) is unknown color: approx Rice Cake. HEX triplet: EF, ED and E3. RGB value is (239,237,227). Sum of RGB (Red+Green+Blue) = 239+237+227=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDE3 is #10121C. Grayscale: #ECECEC. Windows color (decimal): -1053213 or 14937583. OLE color: 14937583.

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

Color convert

RGB239237227-
CMYK00.010.050.06
HSL50º27.27%91.37%-
HSV(B)50º5.02%93.73%-
XYZ79.7584.4784.77-
YUV236.46122.66129.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 227 (89.06% from 255) = 32.29%
R=34.00%
G=33.71%
B=32.29%

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
Decimal23923722700.010.050.065027.2791.37
HexEFEDE30156321b5b
Octal35735534301566233133
Binary11101111111011011110001101101110110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDE3; }

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

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

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

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

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

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

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

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