#EAEED0

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

Shades of Rice Flower #EAEED0

Tints of Rice Flower #EAEED0

Color information

#EAEED0 (or 0xEAEED0) is unknown color: approx Rice Flower. HEX triplet: EA, EE and D0. RGB value is (234,238,208). Sum of RGB (Red+Green+Blue) = 234+238+208=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEED0 is #15112F. Grayscale: #E9E9E9. Windows color (decimal): -1380656 or 13692650. OLE color: 13692650.

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

Color convert

RGB234238208-
CMYK0.0200.130.07
HSL68º46.88%87.45%-
HSV(B)68º12.61%93.33%-
XYZ75.8983.271.73-
YUV233.38113.67128.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 208 (81.64% from 255) = 30.59%
R=34.41%
G=35%
B=30.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382080.0200.130.076846.8887.45
HexEAEED020D7442f57
Octal3523563202015710457127
Binary111010101110111011010000100110111110001001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEED0; }

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

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

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

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

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

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

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

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