#EFFAD5

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

Shades of Rice Flower #EFFAD5

Tints of Rice Flower #EFFAD5

Color information

#EFFAD5 (or 0xEFFAD5) is unknown color: approx Rice Flower. HEX triplet: EF, FA and D5. RGB value is (239,250,213). Sum of RGB (Red+Green+Blue) = 239+250+213=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAD5 is #10052A. Grayscale: #F2F2F2. Windows color (decimal): -1049899 or 14023407. OLE color: 14023407.

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

Color convert

RGB239250213-
CMYK0.0400.150.02
HSL77.84º78.72%90.78%-
HSV(B)77.84º14.8%98.04%-
XYZ81.7991.5376.31-
YUV242.49111.36125.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 213 (83.59% from 255) = 30.34%
R=34.05%
G=35.61%
B=30.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502130.0400.150.0277.8478.7290.78
HexEFFAD540F24e4f5b
Octal35737232540172116117133
Binary1110111111111010110101011000111110100111010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAD5; }

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

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

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

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

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

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

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

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