#E3D770

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

Shades of Wild Rice #E3D770

Tints of Wild Rice #E3D770

Color information

#E3D770 (or 0xE3D770) is unknown color: approx Wild Rice. HEX triplet: E3, D7 and 70. RGB value is (227,215,112). Sum of RGB (Red+Green+Blue) = 227+215+112=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D770 is #1C288F. Grayscale: #CFCFCF. Windows color (decimal): -1845392 or 7395299. OLE color: 7395299.

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

Color convert

RGB227215112-
CMYK00.050.510.11
HSL53.74º67.25%66.47%-
HSV(B)53.74º50.66%89.02%-
XYZ58.966.124.98-
YUV206.8574.48142.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.97%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 112 (44.14% from 255) = 20.22%
R=40.97%
G=38.81%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721511200.050.510.1153.7467.2566.47
HexE3D7700533B364342
Octal34332716005631366103102
Binary111000111101011111100000101110011101111011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D770; }

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

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

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

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

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

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

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

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