Html Css Color HEX #EDF0CE Rice Flower

📋 copy color: '#EDF0CE'

red 237 ◦ green 240 ◦ blue 206

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

Shades of Rice Flower #EDF0CE

Tints of Rice Flower #EDF0CE

RGB

 RED value IS 237 (92.97% from 255) = 34.7%

 GREEN value IS 240 (94.14% from 255) = 35.14%

 BLUE value IS 206 (80.86% from 255) = 30.16%

R = 34.7%
G = 35.14%
B = 30.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 237 240 206 -
CMYK 0.01 0 0.14 0.06
HSL 65.29º 0.53% 0.87% -
HSV(B) 65.29º 0.14% 0.94% -
XYZ 77.23 84.78 70.69 -
YUV 235.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 237 240 206 0.01 0 0.14 0.06 65.29 0.53 0.87
Hex ED F0 CE 1 0 E 6 41 35 57
Octal 355 360 316 1 0 16 6 101 65 127
Binary 11101101 11110000 11001110 1 0 1110 110 1000001 110101 1010111

Color Harmonies of #EDF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0CE

Black with #EDF0CE

Text Example


Text Example

White with #EDF0CE

Text Example


Text Example

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