#EDEFD0

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

Shades of Rice Flower #EDEFD0

Tints of Rice Flower #EDEFD0

Color information

#EDEFD0 (or 0xEDEFD0) is unknown color: approx Rice Flower. HEX triplet: ED, EF and D0. RGB value is (237,239,208). Sum of RGB (Red+Green+Blue) = 237+239+208=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFD0 is #12102F. Grayscale: #EAEAEA. Windows color (decimal): -1183792 or 13692909. OLE color: 13692909.

HSL color Cylindrical-coordinate representation of color #EDEFD0: hue angle of 63.87º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDEFD0 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB237239208-
CMYK0.0100.130.06
HSL63.87º49.21%87.65%-
HSV(B)63.87º12.97%93.73%-
XYZ77.1884.2971.88-
YUV234.87112.84129.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 208 (81.64% from 255) = 30.41%
R=34.65%
G=34.94%
B=30.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392080.0100.130.0663.8749.2187.65
HexEDEFD010D6403158
Octal3553573201015610061130
Binary11101101111011111101000010110111010000001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFD0; }

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

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

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

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

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

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

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

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