#E3D478

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

Shades of Wild Rice #E3D478

Tints of Wild Rice #E3D478

Color information

#E3D478 (or 0xE3D478) is unknown color: approx Wild Rice. HEX triplet: E3, D4 and 78. RGB value is (227,212,120). Sum of RGB (Red+Green+Blue) = 227+212+120=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D478 is #1C2B87. Grayscale: #CECECE. Windows color (decimal): -1846152 or 7918819. OLE color: 7918819.

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

Color convert

RGB227212120-
CMYK00.070.470.11
HSL51.59º65.64%68.04%-
HSV(B)51.59º47.14%89.02%-
XYZ58.6164.7727.18-
YUV20679.47142.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 120 (47.27% from 255) = 21.47%
R=40.61%
G=37.92%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721212000.070.470.1151.5965.6468.04
HexE3D478072FB344244
Octal34332417007571364102104
Binary111000111101010011110000111101111101111010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D478; }

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

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

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

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

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

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

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

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