#EAECD1

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

Shades of Rice Flower #EAECD1

Tints of Rice Flower #EAECD1

Color information

#EAECD1 (or 0xEAECD1) is unknown color: approx Rice Flower. HEX triplet: EA, EC and D1. RGB value is (234,236,209). Sum of RGB (Red+Green+Blue) = 234+236+209=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECD1 is #15132E. Grayscale: #E8E8E8. Windows color (decimal): -1381167 or 13757674. OLE color: 13757674.

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

Color convert

RGB234236209-
CMYK0.0100.110.07
HSL64.44º41.54%87.25%-
HSV(B)64.44º11.44%92.55%-
XYZ75.4482.0972.19-
YUV232.32114.84129.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 236 (92.58% from 255) = 34.76%
BLUE value IS 209 (82.03% from 255) = 30.78%
R=34.46%
G=34.76%
B=30.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342362090.0100.110.0764.4441.5487.25
HexEAECD110B7402a57
Octal3523543211013710052127
Binary11101010111011001101000110101111110000001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECD1; }

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

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

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

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

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

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

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

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