#EAEED6

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

Shades of Rice Flower #EAEED6

Tints of Rice Flower #EAEED6

Color information

#EAEED6 (or 0xEAEED6) is unknown color: approx Rice Flower. HEX triplet: EA, EE and D6. RGB value is (234,238,214). Sum of RGB (Red+Green+Blue) = 234+238+214=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEED6 is #151129. Grayscale: #EAEAEA. Windows color (decimal): -1380650 or 14085866. OLE color: 14085866.

HSL color Cylindrical-coordinate representation of color #EAEED6: hue angle of 70º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAEED6 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB234238214-
CMYK0.0200.100.07
HSL70º41.38%88.63%-
HSV(B)70º10.08%93.33%-
XYZ76.6483.575.7-
YUV234.07116.67127.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 214 (83.98% from 255) = 31.20%
R=34.11%
G=34.69%
B=31.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382140.0200.100.077041.3888.63
HexEAEED620A7462959
Octal3523563262012710651131
Binary111010101110111011010110100101011110001101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEED6; }

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

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

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

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

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

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

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

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