#EAEED4

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

Shades of Rice Flower #EAEED4

Tints of Rice Flower #EAEED4

Color information

#EAEED4 (or 0xEAEED4) is unknown color: approx Rice Flower. HEX triplet: EA, EE and D4. RGB value is (234,238,212). Sum of RGB (Red+Green+Blue) = 234+238+212=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEED4 is #15112B. Grayscale: #E9E9E9. Windows color (decimal): -1380652 or 13954794. OLE color: 13954794.

HSL color Cylindrical-coordinate representation of color #EAEED4: hue angle of 69.23º 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 #EAEED4 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB234238212-
CMYK0.0200.110.07
HSL69.23º43.33%88.24%-
HSV(B)69.23º10.92%93.33%-
XYZ76.3983.3974.36-
YUV233.84115.67128.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 212 (83.20% from 255) = 30.99%
R=34.21%
G=34.80%
B=30.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382120.0200.110.0769.2343.3388.24
HexEAEED420B7452b58
Octal3523563242013710553130
Binary111010101110111011010100100101111110001011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEED4; }

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

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

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

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

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

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

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

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