#EDF5CA

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

Shades of Rice Flower #EDF5CA

Tints of Rice Flower #EDF5CA

Color information

#EDF5CA (or 0xEDF5CA) is unknown color: approx Rice Flower. HEX triplet: ED, F5 and CA. RGB value is (237,245,202). Sum of RGB (Red+Green+Blue) = 237+245+202=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5CA is #120A35. Grayscale: #EDEDED. Windows color (decimal): -1182262 or 13301229. OLE color: 13301229.

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

Color convert

RGB237245202-
CMYK0.0300.180.04
HSL71.16º68.25%87.65%-
HSV(B)71.16º17.55%96.08%-
XYZ78.2487.5768.66-
YUV237.71107.85127.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 202 (79.30% from 255) = 29.53%
R=34.65%
G=35.82%
B=29.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372452020.0300.180.0471.1668.2587.65
HexEDF5CA30124474458
Octal35536531230224107104130
Binary11101101111101011100101011010010100100011110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5CA; }

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

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

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

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

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

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

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

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