#E7EDCA

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

Shades of Rice Flower #E7EDCA

Tints of Rice Flower #E7EDCA

Color information

#E7EDCA (or 0xE7EDCA) is unknown color: approx Rice Flower. HEX triplet: E7, ED and CA. RGB value is (231,237,202). Sum of RGB (Red+Green+Blue) = 231+237+202=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDCA is #181235. Grayscale: #E7E7E7. Windows color (decimal): -1577526 or 13299175. OLE color: 13299175.

HSL color Cylindrical-coordinate representation of color #E7EDCA: hue angle of 70.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7EDCA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB231237202-
CMYK0.0300.150.07
HSL70.29º49.3%86.08%-
HSV(B)70.29º14.77%92.94%-
XYZ73.981.8267.78-
YUV231.22111.51127.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.48%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=34.48%
G=35.37%
B=30.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312372020.0300.150.0770.2949.386.08
HexE7EDCA30F7463156
Octal3473553123017710661126
Binary111001111110110111001010110111111110001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDCA; }

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

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

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

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

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

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

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

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