#EAEFD1

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

Shades of Rice Flower #EAEFD1

Tints of Rice Flower #EAEFD1

Color information

#EAEFD1 (or 0xEAEFD1) is unknown color: approx Rice Flower. HEX triplet: EA, EF and D1. RGB value is (234,239,209). Sum of RGB (Red+Green+Blue) = 234+239+209=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD1 is #15102E. Grayscale: #EAEAEA. Windows color (decimal): -1380399 or 13758442. OLE color: 13758442.

HSL color Cylindrical-coordinate representation of color #EAEFD1: hue angle of 70º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAEFD1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB234239209-
CMYK0.0200.130.06
HSL70º48.39%87.84%-
HSV(B)70º12.55%93.73%-
XYZ76.3183.8372.48-
YUV234.08113.84127.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=34.31%
G=35.04%
B=30.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342392090.0200.130.067048.3987.84
HexEAEFD120D6463058
Octal3523573212015610660130
Binary111010101110111111010001100110111010001101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFD1; }

 p { color: rgb(234,239,209); }

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

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

 a { background-color: rgb(234,239,209); }

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

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

 span { border-color: rgb(234,239,209); }

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