#EDF4D0

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

Shades of Rice Flower #EDF4D0

Tints of Rice Flower #EDF4D0

Color information

#EDF4D0 (or 0xEDF4D0) is unknown color: approx Rice Flower. HEX triplet: ED, F4 and D0. RGB value is (237,244,208). Sum of RGB (Red+Green+Blue) = 237+244+208=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 208 (81.64% from 255 or 30.19% from 689); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4D0 is #120B2F. Grayscale: #EDEDED. Windows color (decimal): -1182512 or 13694189. OLE color: 13694189.

HSL color Cylindrical-coordinate representation of color #EDF4D0: hue angle of 71.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDF4D0 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB237244208-
CMYK0.0300.150.04
HSL71.67º62.07%88.63%-
HSV(B)71.67º14.75%95.69%-
XYZ78.6687.2672.37-
YUV237.8111.18127.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 244 (95.70% from 255) = 35.41%
BLUE value IS 208 (81.64% from 255) = 30.19%
R=34.40%
G=35.41%
B=30.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442080.0300.150.0471.6762.0788.63
HexEDF4D030F4483e59
Octal3553643203017411076131
Binary111011011111010011010000110111110010010001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4D0; }

 p { color: rgb(237,244,208); }

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

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

 a { background-color: rgb(237,244,208); }

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

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

 span { border-color: rgb(237,244,208); }

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