#E8D76F

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

Shades of Wild Rice #E8D76F

Tints of Wild Rice #E8D76F

Color information

#E8D76F (or 0xE8D76F) is unknown color: approx Wild Rice. HEX triplet: E8, D7 and 6F. RGB value is (232,215,111). Sum of RGB (Red+Green+Blue) = 232+215+111=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 111 (43.75% from 255 or 19.89% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D76F is #172890. Grayscale: #D0D0D0. Windows color (decimal): -1517713 or 7329768. OLE color: 7329768.

HSL color Cylindrical-coordinate representation of color #E8D76F: hue angle of 51.57º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8D76F is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB232215111-
CMYK00.070.520.09
HSL51.57º72.46%67.25%-
HSV(B)51.57º52.16%90.98%-
XYZ60.4566.924.77-
YUV208.2373.13144.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.58%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 111 (43.75% from 255) = 19.89%
R=41.58%
G=38.53%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221511100.070.520.0951.5772.4667.25
HexE8D76F07349344843
Octal35032715707641164110103
Binary111010001101011111011110111110100100111010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D76F; }

 p { color: rgb(232,215,111); }

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

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

 a { background-color: rgb(232,215,111); }

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

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

 span { border-color: rgb(232,215,111); }

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