#E1D378

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

Shades of Wild Rice #E1D378

Tints of Wild Rice #E1D378

Color information

#E1D378 (or 0xE1D378) is unknown color: approx Wild Rice. HEX triplet: E1, D3 and 78. RGB value is (225,211,120). Sum of RGB (Red+Green+Blue) = 225+211+120=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D378 is #1E2C87. Grayscale: #CDCDCD. Windows color (decimal): -1977480 or 7918561. OLE color: 7918561.

HSL color Cylindrical-coordinate representation of color #E1D378: hue angle of 52º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1D378 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225211120-
CMYK00.060.470.12
HSL52º63.64%67.65%-
HSV(B)52º46.67%88.24%-
XYZ57.7463.9527.07-
YUV204.8180.14142.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 120 (47.27% from 255) = 21.58%
R=40.47%
G=37.95%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521112000.060.470.125263.6467.65
HexE1D378062FC344044
Octal34132317006571464100104
Binary111000011101001111110000110101111110011010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D378; }

 p { color: rgb(225,211,120); }

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

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

 a { background-color: rgb(225,211,120); }

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

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

 span { border-color: rgb(225,211,120); }

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