#E3D370

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

Shades of Wild Rice #E3D370

Tints of Wild Rice #E3D370

Color information

#E3D370 (or 0xE3D370) is unknown color: approx Wild Rice. HEX triplet: E3, D3 and 70. RGB value is (227,211,112). Sum of RGB (Red+Green+Blue) = 227+211+112=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D370 is #1C2C8F. Grayscale: #CCCCCC. Windows color (decimal): -1846416 or 7394275. OLE color: 7394275.

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

Color convert

RGB227211112-
CMYK00.070.510.11
HSL51.65º67.25%66.47%-
HSV(B)51.65º50.66%89.02%-
XYZ57.964.0924.65-
YUV204.575.8144.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 211 (82.81% from 255) = 38.36%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=41.27%
G=38.36%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721111200.070.510.1151.6567.2566.47
HexE3D3700733B344342
Octal34332316007631364103102
Binary111000111101001111100000111110011101111010010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D370; }

 p { color: rgb(227,211,112); }

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

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

 a { background-color: rgb(227,211,112); }

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

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

 span { border-color: rgb(227,211,112); }

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