#E3D780

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

Shades of Wild Rice #E3D780

Tints of Wild Rice #E3D780

Color information

#E3D780 (or 0xE3D780) is unknown color: approx Wild Rice. HEX triplet: E3, D7 and 80. RGB value is (227,215,128). Sum of RGB (Red+Green+Blue) = 227+215+128=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D780 is #1C287F. Grayscale: #D1D1D1. Windows color (decimal): -1845376 or 8443875. OLE color: 8443875.

HSL color Cylindrical-coordinate representation of color #E3D780: hue angle of 52.73º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3D780 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB227215128-
CMYK00.050.440.11
HSL52.73º63.87%69.61%-
HSV(B)52.73º43.61%89.02%-
XYZ59.8866.4930.1-
YUV208.6782.48141.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 128 (50.39% from 255) = 22.46%
R=39.82%
G=37.72%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721512800.050.440.1152.7363.8769.61
HexE3D780052CB354046
Octal34332720005541365100106
Binary1110001111010111100000000101101100101111010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D780; }

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

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

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

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

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

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

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

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