#EDF0CE

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

Shades of Rice Flower #EDF0CE

Tints of Rice Flower #EDF0CE

Color information

#EDF0CE (or 0xEDF0CE) is unknown color: approx Rice Flower. HEX triplet: ED, F0 and CE. RGB value is (237,240,206). Sum of RGB (Red+Green+Blue) = 237+240+206=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0CE is #120F31. Grayscale: #EBEBEB. Windows color (decimal): -1183538 or 13562093. OLE color: 13562093.

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

Color convert

RGB237240206-
CMYK0.0100.140.06
HSL65.29º53.12%87.45%-
HSV(B)65.29º14.17%94.12%-
XYZ77.2384.7870.69-
YUV235.23111.51129.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 206 (80.86% from 255) = 30.16%
R=34.70%
G=35.14%
B=30.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372402060.0100.140.0665.2953.1287.45
HexEDF0CE10E6413557
Octal3553603161016610165127
Binary11101101111100001100111010111011010000011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0CE; }

 p { color: rgb(237,240,206); }

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

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

 a { background-color: rgb(237,240,206); }

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

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

 span { border-color: rgb(237,240,206); }

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