#EFFAD7

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

Shades of Rice Flower #EFFAD7

Tints of Rice Flower #EFFAD7

Color information

#EFFAD7 (or 0xEFFAD7) is unknown color: approx Rice Flower. HEX triplet: EF, FA and D7. RGB value is (239,250,215). Sum of RGB (Red+Green+Blue) = 239+250+215=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAD7 is #100528. Grayscale: #F2F2F2. Windows color (decimal): -1049897 or 14154479. OLE color: 14154479.

HSL color Cylindrical-coordinate representation of color #EFFAD7: hue angle of 78.86º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFAD7 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB239250215-
CMYK0.0400.140.02
HSL78.86º77.78%91.18%-
HSV(B)78.86º14%98.04%-
XYZ82.0591.6377.65-
YUV242.72112.36125.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 215 (84.38% from 255) = 30.54%
R=33.95%
G=35.51%
B=30.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502150.0400.140.0278.8677.7891.18
HexEFFAD740E24f4e5b
Octal35737232740162117116133
Binary1110111111111010110101111000111010100111110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAD7; }

 p { color: rgb(239,250,215); }

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

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

 a { background-color: rgb(239,250,215); }

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

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

 span { border-color: rgb(239,250,215); }

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