#EFFAD1

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

Shades of Rice Flower #EFFAD1

Tints of Rice Flower #EFFAD1

Color information

#EFFAD1 (or 0xEFFAD1) is unknown color: approx Rice Flower. HEX triplet: EF, FA and D1. RGB value is (239,250,209). Sum of RGB (Red+Green+Blue) = 239+250+209=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAD1 is #10052E. Grayscale: #F2F2F2. Windows color (decimal): -1049903 or 13761263. OLE color: 13761263.

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

Color convert

RGB239250209-
CMYK0.0400.160.02
HSL76.1º80.39%90%-
HSV(B)76.1º16.4%98.04%-
XYZ81.2991.3373.66-
YUV242.04109.36125.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 209 (82.03% from 255) = 29.94%
R=34.24%
G=35.82%
B=29.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502090.0400.160.0276.180.3990
HexEFFAD1401024c505a
Octal35737232140202114120132
Binary11101111111110101101000110001000010100110010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAD1; }

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

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

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

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

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

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

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

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