#EFF9D7

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

Shades of Rice Flower #EFF9D7

Tints of Rice Flower #EFF9D7

Color information

#EFF9D7 (or 0xEFF9D7) is unknown color: approx Rice Flower. HEX triplet: EF, F9 and D7. RGB value is (239,249,215). Sum of RGB (Red+Green+Blue) = 239+249+215=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 215 (84.38% from 255 or 30.58% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9D7 is #100628. Grayscale: #F2F2F2. Windows color (decimal): -1050153 or 14154223. OLE color: 14154223.

HSL color Cylindrical-coordinate representation of color #EFF9D7: hue angle of 77.65º degrees, saturation: 0.74, 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 #EFF9D7 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB239249215-
CMYK0.0400.140.02
HSL77.65º73.91%90.98%-
HSV(B)77.65º13.65%97.65%-
XYZ81.7491.0177.55-
YUV242.13112.69125.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 249 (97.66% from 255) = 35.42%
BLUE value IS 215 (84.38% from 255) = 30.58%
R=34.00%
G=35.42%
B=30.58%

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
Decimal2392492150.0400.140.0277.6573.9190.98
HexEFF9D740E24e4a5b
Octal35737132740162116112133
Binary1110111111111001110101111000111010100111010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9D7; }

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

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

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

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

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

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

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

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