#EDF1CA

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

Shades of Rice Flower #EDF1CA

Tints of Rice Flower #EDF1CA

Color information

#EDF1CA (or 0xEDF1CA) is unknown color: approx Rice Flower. HEX triplet: ED, F1 and CA. RGB value is (237,241,202). Sum of RGB (Red+Green+Blue) = 237+241+202=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1CA is #120E35. Grayscale: #EBEBEB. Windows color (decimal): -1183286 or 13300205. OLE color: 13300205.

HSL color Cylindrical-coordinate representation of color #EDF1CA: hue angle of 66.15º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDF1CA is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB237241202-
CMYK0.0200.160.05
HSL66.15º58.21%86.86%-
HSV(B)66.15º16.18%94.51%-
XYZ77.0485.1868.26-
YUV235.36109.17129.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 202 (79.30% from 255) = 29.71%
R=34.85%
G=35.44%
B=29.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412020.0200.160.0566.1558.2186.86
HexEDF1CA20105423a57
Octal3553613122020510272127
Binary1110110111110001110010101001000010110000101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1CA; }

 p { color: rgb(237,241,202); }

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

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

 a { background-color: rgb(237,241,202); }

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

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

 span { border-color: rgb(237,241,202); }

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