#E8D372

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

Shades of Wild Rice #E8D372

Tints of Wild Rice #E8D372

Color information

#E8D372 (or 0xE8D372) is unknown color: approx Wild Rice. HEX triplet: E8, D3 and 72. RGB value is (232,211,114). Sum of RGB (Red+Green+Blue) = 232+211+114=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D372 is #172C8D. Grayscale: #CECECE. Windows color (decimal): -1518734 or 7525352. OLE color: 7525352.

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

Color convert

RGB232211114-
CMYK00.090.510.09
HSL49.32º71.95%67.84%-
HSV(B)49.32º50.86%90.98%-
XYZ59.6164.9625.32-
YUV206.2275.96146.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.65%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 114 (44.92% from 255) = 20.47%
R=41.65%
G=37.88%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221111400.090.510.0949.3271.9567.84
HexE8D37209339314844
Octal350323162011631161110104
Binary1110100011010011111001001001110011100111000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D372; }

 p { color: rgb(232,211,114); }

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

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

 a { background-color: rgb(232,211,114); }

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

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

 span { border-color: rgb(232,211,114); }

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