Html Css Color HEX #EAECD1 Rice Flower

📋 copy color: '#EAECD1'

red 234 ◦ green 236 ◦ blue 209

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

Shades of Rice Flower #EAECD1

Tints of Rice Flower #EAECD1

RGB

 RED value IS 234 (91.8% 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 value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EAECD1 (or 0xEAECD1) is known color: 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

RGB 234 236 209 -
CMYK 0.01 0 0.11 0.07
HSL 64.44º 0.42% 0.87% -
HSV(B) 64.44º 0.11% 0.93% -
XYZ 75.44 82.09 72.19 -
YUV 232.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 234 236 209 0.01 0 0.11 0.07 64.44 0.42 0.87
Hex EA EC D1 1 0 B 7 40 2A 57
Octal 352 354 321 1 0 13 7 100 52 127
Binary 11101010 11101100 11010001 1 0 1011 111 1000000 101010 1010111

Color Harmonies of #EAECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAECD1

Black with #EAECD1

Text Example


Text Example

White with #EAECD1

Text Example


Text Example

HTML Codes & Css Web 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>