#E7DE75

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

Shades of Wild Rice #E7DE75

Tints of Wild Rice #E7DE75

Color information

#E7DE75 (or 0xE7DE75) is unknown color: approx Wild Rice. HEX triplet: E7, DE and 75. RGB value is (231,222,117). Sum of RGB (Red+Green+Blue) = 231+222+117=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DE75 is #18218A. Grayscale: #D5D5D5. Windows color (decimal): -1581451 or 7724775. OLE color: 7724775.

HSL color Cylindrical-coordinate representation of color #E7DE75: hue angle of 55.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7DE75 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231222117-
CMYK00.040.490.09
HSL55.26º70.37%68.24%-
HSV(B)55.26º49.35%90.59%-
XYZ62.2970.5227.16-
YUV212.7273.98141.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 117 (46.09% from 255) = 20.53%
R=40.53%
G=38.95%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122211700.040.490.0955.2670.3768.24
HexE7DE7504319374644
Octal34733616504611167106104
Binary111001111101111011101010100110001100111011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DE75; }

 p { color: rgb(231,222,117); }

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

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

 a { background-color: rgb(231,222,117); }

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

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

 span { border-color: rgb(231,222,117); }

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