#ECEAE4

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

Shades of Rice Cake #ECEAE4

Tints of Rice Cake #ECEAE4

Color information

#ECEAE4 (or 0xECEAE4) is unknown color: approx Rice Cake. HEX triplet: EC, EA and E4. RGB value is (236,234,228). Sum of RGB (Red+Green+Blue) = 236+234+228=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAE4 is #13151B. Grayscale: #E9E9E9. Windows color (decimal): -1250588 or 15002348. OLE color: 15002348.

HSL color Cylindrical-coordinate representation of color #ECEAE4: hue angle of 45º degrees, saturation: 0.17, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECEAE4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236234228-
CMYK00.010.030.07
HSL45º17.39%90.98%-
HSV(B)45º3.39%92.55%-
XYZ78.0282.2885.17-
YUV233.91124.66129.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 228 (89.45% from 255) = 32.66%
R=33.81%
G=33.52%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623422800.010.030.074517.3990.98
HexECEAE401372d115b
Octal35435234401375521133
Binary1110110011101010111001000111111101101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAE4; }

 p { color: rgb(236,234,228); }

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

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

 a { background-color: rgb(236,234,228); }

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

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

 span { border-color: rgb(236,234,228); }

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