Html Css Color HEX #EAEDD2 Rice Flower

📋 copy color: '#EAEDD2'

red 234 ◦ green 237 ◦ blue 210

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

Shades of Rice Flower #EAEDD2

Tints of Rice Flower #EAEDD2

RGB

 RED value IS 234 (91.8% from 255) = 34.36%

 GREEN value IS 237 (92.97% from 255) = 34.8%

 BLUE value IS 210 (82.42% from 255) = 30.84%

R = 34.36%
G = 34.8%
B = 30.84%

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

#EAEDD2 (or 0xEAEDD2) is known color: Rice Flower. HEX triplet: EA, ED and D2. RGB value is (234,237,210). Sum of RGB (Red+Green+Blue) = 234+237+210=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDD2 is #15122D. Grayscale: #E9E9E9. Windows color (decimal): -1380910 or 13823466. OLE color: 13823466.

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

Color convert

RGB 234 237 210 -
CMYK 0.01 0 0.11 0.07
HSL 66.67º 0.43% 0.88% -
HSV(B) 66.67º 0.11% 0.93% -
XYZ 75.85 82.71 72.94 -
YUV 233.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 234 237 210 0.01 0 0.11 0.07 66.67 0.43 0.88
Hex EA ED D2 1 0 B 7 43 2B 58
Octal 352 355 322 1 0 13 7 103 53 130
Binary 11101010 11101101 11010010 1 0 1011 111 1000011 101011 1011000

Color Harmonies of #EAEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDD2

Black with #EAEDD2

Text Example


Text Example

White with #EAEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDD2; }

 p { color: rgb(234,237,210); }

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

background-color css

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

 a { background-color: rgb(234,237,210); }

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

border-color css

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

 span { border-color: rgb(234,237,210); }

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