#E3D078

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

Shades of Wild Rice #E3D078

Tints of Wild Rice #E3D078

Color information

#E3D078 (or 0xE3D078) is unknown color: approx Wild Rice. HEX triplet: E3, D0 and 78. RGB value is (227,208,120). Sum of RGB (Red+Green+Blue) = 227+208+120=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D078 is #1C2F87. Grayscale: #CCCCCC. Windows color (decimal): -1847176 or 7917795. OLE color: 7917795.

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

Color convert

RGB227208120-
CMYK00.080.470.11
HSL49.35º65.64%68.04%-
HSV(B)49.35º47.14%89.02%-
XYZ57.6262.826.85-
YUV203.6580.79144.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.90%
GREEN value IS 208 (81.64% from 255) = 37.48%
BLUE value IS 120 (47.27% from 255) = 21.62%
R=40.90%
G=37.48%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720812000.080.470.1149.3565.6468.04
HexE3D078082FB314244
Octal343320170010571361102104
Binary1110001111010000111100001000101111101111000110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D078; }

 p { color: rgb(227,208,120); }

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

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

 a { background-color: rgb(227,208,120); }

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

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

 span { border-color: rgb(227,208,120); }

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