#E1D368

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

Shades of Wild Rice #E1D368

Tints of Wild Rice #E1D368

Color information

#E1D368 (or 0xE1D368) is unknown color: approx Wild Rice. HEX triplet: E1, D3 and 68. RGB value is (225,211,104). Sum of RGB (Red+Green+Blue) = 225+211+104=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D368 is #1E2C97. Grayscale: #CBCBCB. Windows color (decimal): -1977496 or 6869985. OLE color: 6869985.

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

Color convert

RGB225211104-
CMYK00.060.540.12
HSL53.06º66.85%64.51%-
HSV(B)53.06º53.78%88.24%-
XYZ56.8463.622.38-
YUV202.9972.14143.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 211 (82.81% from 255) = 39.07%
BLUE value IS 104 (41.02% from 255) = 19.26%
R=41.67%
G=39.07%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521110400.060.540.1253.0666.8564.51
HexE1D3680636C354341
Octal34132315006661465103101
Binary111000011101001111010000110110110110011010110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D368; }

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

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

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

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

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

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

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

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