Html Css Color HEX #EAEED2 Rice Flower

📋 copy color: '#EAEED2'

red 234 ◦ green 238 ◦ blue 210

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

Shades of Rice Flower #EAEED2

Tints of Rice Flower #EAEED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.9%

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

R = 34.31%
G = 34.9%
B = 30.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EAEED2 (or 0xEAEED2) is known color: Rice Flower. HEX triplet: EA, EE and D2. RGB value is (234,238,210). Sum of RGB (Red+Green+Blue) = 234+238+210=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEED2 is #15112D. Grayscale: #E9E9E9. Windows color (decimal): -1380654 or 13823722. OLE color: 13823722.

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

Color convert

RGB 234 238 210 -
CMYK 0.02 0 0.12 0.07
HSL 68.57º 0.45% 0.88% -
HSV(B) 68.57º 0.12% 0.93% -
XYZ 76.14 83.29 73.04 -
YUV 233.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 234 238 210 0.02 0 0.12 0.07 68.57 0.45 0.88
Hex EA EE D2 2 0 C 7 45 2D 58
Octal 352 356 322 2 0 14 7 105 55 130
Binary 11101010 11101110 11010010 10 0 1100 111 1000101 101101 1011000

Color Harmonies of #EAEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEED2

Black with #EAEED2

Text Example


Text Example

White with #EAEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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