#E0D580

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

Shades of Wild Rice #E0D580

Tints of Wild Rice #E0D580

Color information

#E0D580 (or 0xE0D580) is unknown color: approx Wild Rice. HEX triplet: E0, D5 and 80. RGB value is (224,213,128). Sum of RGB (Red+Green+Blue) = 224+213+128=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D580 is #1F2A7F. Grayscale: #CECECE. Windows color (decimal): -2042496 or 8443360. OLE color: 8443360.

HSL color Cylindrical-coordinate representation of color #E0D580: hue angle of 53.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0D580 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224213128-
CMYK00.050.430.12
HSL53.12º60.76%69.02%-
HSV(B)53.12º42.86%87.84%-
XYZ58.4364.9929.89-
YUV206.683.64140.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=39.65%
G=37.70%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421312800.050.430.1253.1260.7669.02
HexE0D580052BC353d45
Octal3403252000553146575105
Binary111000001101010110000000010110101111001101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D580; }

 p { color: rgb(224,213,128); }

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

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

 a { background-color: rgb(224,213,128); }

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

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

 span { border-color: rgb(224,213,128); }

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