#EAEED2

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

Shades of Rice Flower #EAEED2

Tints of Rice Flower #EAEED2

Color information

#EAEED2 (or 0xEAEED2) is unknown color: approx 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

RGB234238210-
CMYK0.0200.120.07
HSL68.57º45.16%87.84%-
HSV(B)68.57º11.76%93.33%-
XYZ76.1483.2973.04-
YUV233.61114.67128.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 210 (82.42% from 255) = 30.79%
R=34.31%
G=34.90%
B=30.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382100.0200.120.0768.5745.1687.84
HexEAEED220C7452d58
Octal3523563222014710555130
Binary111010101110111011010010100110011110001011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>