Html Css Color HEX #EDF5CA Rice Flower

📋 copy color: '#EDF5CA'

red 237 ◦ green 245 ◦ blue 202

#EDF5CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #EDF5CA

Tints of Rice Flower #EDF5CA

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.3% from 255) = 29.53%

R = 34.65%
G = 35.82%
B = 29.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#EDF5CA (or 0xEDF5CA) is known color: 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

RGB 237 245 202 -
CMYK 0.03 0 0.18 0.04
HSL 71.16º 0.68% 0.88% -
HSV(B) 71.16º 0.18% 0.96% -
XYZ 78.24 87.57 68.66 -
YUV 237.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 237 245 202 0.03 0 0.18 0.04 71.16 0.68 0.88
Hex ED F5 CA 3 0 12 4 47 44 58
Octal 355 365 312 3 0 22 4 107 104 130
Binary 11101101 11110101 11001010 11 0 10010 100 1000111 1000100 1011000

Color Harmonies of #EDF5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5CA

Black with #EDF5CA

Text Example


Text Example

White with #EDF5CA

Text Example


Text Example

HTML Codes & Css Web 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>