#EFF5DC

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

Shades of Rice Flower #EFF5DC

Tints of Rice Flower #EFF5DC

Color information

#EFF5DC (or 0xEFF5DC) is unknown color: approx Rice Flower. HEX triplet: EF, F5 and DC. RGB value is (239,245,220). Sum of RGB (Red+Green+Blue) = 239+245+220=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5DC is #100A23. Grayscale: #F0F0F0. Windows color (decimal): -1051172 or 14480879. OLE color: 14480879.

HSL color Cylindrical-coordinate representation of color #EFF5DC: hue angle of 74.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF5DC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB239245220-
CMYK0.0200.100.04
HSL74.4º55.56%91.18%-
HSV(B)74.4º10.2%96.08%-
XYZ81.1788.8280.58-
YUV240.36116.51127.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 245 (96.09% from 255) = 34.80%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=33.95%
G=34.80%
B=31.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392452200.0200.100.0474.455.5691.18
HexEFF5DC20A44a385b
Octal3573653342012411270133
Binary111011111111010111011100100101010010010101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5DC; }

 p { color: rgb(239,245,220); }

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

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

 a { background-color: rgb(239,245,220); }

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

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

 span { border-color: rgb(239,245,220); }

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