#E8D572

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

Shades of Wild Rice #E8D572

Tints of Wild Rice #E8D572

Color information

#E8D572 (or 0xE8D572) is unknown color: approx Wild Rice. HEX triplet: E8, D5 and 72. RGB value is (232,213,114). Sum of RGB (Red+Green+Blue) = 232+213+114=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D572 is #172A8D. Grayscale: #CFCFCF. Windows color (decimal): -1518222 or 7525864. OLE color: 7525864.

HSL color Cylindrical-coordinate representation of color #E8D572: hue angle of 50.34º 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 #E8D572 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB232213114-
CMYK00.080.510.09
HSL50.34º71.95%67.84%-
HSV(B)50.34º50.86%90.98%-
XYZ60.1165.9625.48-
YUV207.475.29145.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 114 (44.92% from 255) = 20.39%
R=41.50%
G=38.10%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221311400.080.510.0950.3471.9567.84
HexE8D57208339324844
Octal350325162010631162110104
Binary1110100011010101111001001000110011100111001010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D572; }

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

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

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

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

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

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

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

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