Html Css Color HEX #ECEAE0 Rice Cake

📋 copy color: '#ECEAE0'

red 236 ◦ green 234 ◦ blue 224

#ECEAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Cake #ECEAE0

Tints of Rice Cake #ECEAE0

RGB

 RED value IS 236 (92.58% from 255) = 34.01%

 GREEN value IS 234 (91.8% from 255) = 33.72%

 BLUE value IS 224 (87.89% from 255) = 32.28%

R = 34.01%
G = 33.72%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECEAE0 (or 0xECEAE0) is known color: Rice Cake. HEX triplet: EC, EA and E0. RGB value is (236,234,224). Sum of RGB (Red+Green+Blue) = 236+234+224=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAE0 is #13151F. Grayscale: #E9E9E9. Windows color (decimal): -1250592 or 14740204. OLE color: 14740204.

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

Color convert

RGB 236 234 224 -
CMYK 0 0.01 0.05 0.07
HSL 50º 0.24% 0.9% -
HSV(B) 50º 0.05% 0.93% -
XYZ 77.47 82.06 82.28 -
YUV 233.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 236 234 224 0 0.01 0.05 0.07 50 0.24 0.9
Hex EC EA E0 0 1 5 7 32 18 5A
Octal 354 352 340 0 1 5 7 62 30 132
Binary 11101100 11101010 11100000 0 1 101 111 110010 11000 1011010

Color Harmonies of #ECEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEAE0

Black with #ECEAE0

Text Example


Text Example

White with #ECEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEAE0; }

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

 H1.HeaderClassName
 {
   color: #ECEAE0;
 }
 .AnyTagClassName
 {
   color: #ECEAE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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