#EBE9E1

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

Shades of Rice Cake #EBE9E1

Tints of Rice Cake #EBE9E1

Color information

#EBE9E1 (or 0xEBE9E1) is unknown color: approx Rice Cake. HEX triplet: EB, E9 and E1. RGB value is (235,233,225). Sum of RGB (Red+Green+Blue) = 235+233+225=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9E1 is #14161E. Grayscale: #E8E8E8. Windows color (decimal): -1316383 or 14805483. OLE color: 14805483.

HSL color Cylindrical-coordinate representation of color #EBE9E1: hue angle of 48º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE9E1 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235233225-
CMYK00.010.040.08
HSL48º20%90.2%-
HSV(B)48º4.26%92.16%-
XYZ76.9981.3882.88-
YUV232.69123.66129.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 233 (91.41% from 255) = 33.62%
BLUE value IS 225 (88.28% from 255) = 32.47%
R=33.91%
G=33.62%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523322500.010.040.08482090.2
HexEBE9E1014830145a
Octal353351341014106024132
Binary111010111110100111100001011001000110000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9E1; }

 p { color: rgb(235,233,225); }

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

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

 a { background-color: rgb(235,233,225); }

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

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

 span { border-color: rgb(235,233,225); }

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