#E0D681

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

Shades of Wild Rice #E0D681

Tints of Wild Rice #E0D681

Color information

#E0D681 (or 0xE0D681) is unknown color: approx Wild Rice. HEX triplet: E0, D6 and 81. RGB value is (224,214,129). Sum of RGB (Red+Green+Blue) = 224+214+129=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D681 is #1F297E. Grayscale: #CFCFCF. Windows color (decimal): -2042239 or 8509152. OLE color: 8509152.

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

Color convert

RGB224214129-
CMYK00.040.420.12
HSL53.68º60.51%69.22%-
HSV(B)53.68º42.41%87.84%-
XYZ58.7565.5330.32-
YUV207.383.81139.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 129 (50.78% from 255) = 22.75%
R=39.51%
G=37.74%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421412900.040.420.1253.6860.5169.22
HexE0D681042AC363d45
Octal3403262010452146675105
Binary111000001101011010000001010010101011001101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D681; }

 p { color: rgb(224,214,129); }

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

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

 a { background-color: rgb(224,214,129); }

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

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

 span { border-color: rgb(224,214,129); }

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