#E3D172

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

Shades of Wild Rice #E3D172

Tints of Wild Rice #E3D172

Color information

#E3D172 (or 0xE3D172) is unknown color: approx Wild Rice. HEX triplet: E3, D1 and 72. RGB value is (227,209,114). Sum of RGB (Red+Green+Blue) = 227+209+114=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D172 is #1C2E8D. Grayscale: #CBCBCB. Windows color (decimal): -1846926 or 7524835. OLE color: 7524835.

HSL color Cylindrical-coordinate representation of color #E3D172: hue angle of 50.44º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E3D172 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB227209114-
CMYK00.080.500.11
HSL50.44º66.86%66.86%-
HSV(B)50.44º49.78%89.02%-
XYZ57.5263.1525.08-
YUV203.5577.46144.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 209 (82.03% from 255) = 38%
BLUE value IS 114 (44.92% from 255) = 20.73%
R=41.27%
G=38%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720911400.080.500.1150.4466.8666.86
HexE3D1720832B324343
Octal343321162010621362103103
Binary1110001111010001111001001000110010101111001010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D172; }

 p { color: rgb(227,209,114); }

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

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

 a { background-color: rgb(227,209,114); }

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

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

 span { border-color: rgb(227,209,114); }

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