#EFFAD2

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

Shades of Rice Flower #EFFAD2

Tints of Rice Flower #EFFAD2

Color information

#EFFAD2 (or 0xEFFAD2) is unknown color: approx Rice Flower. HEX triplet: EF, FA and D2. RGB value is (239,250,210). Sum of RGB (Red+Green+Blue) = 239+250+210=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAD2 is #10052D. Grayscale: #F2F2F2. Windows color (decimal): -1049902 or 13826799. OLE color: 13826799.

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

Color convert

RGB239250210-
CMYK0.0400.160.02
HSL76.5º80%90.2%-
HSV(B)76.5º16%98.04%-
XYZ81.4291.3874.32-
YUV242.15109.86125.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 210 (82.42% from 255) = 30.04%
R=34.19%
G=35.77%
B=30.04%

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
Decimal2392502100.0400.160.0276.58090.2
HexEFFAD2401024c505a
Octal35737232240202114120132
Binary11101111111110101101001010001000010100110010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAD2; }

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

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

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

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

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

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

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

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