Html Css Color HEX #E1D880 Wild Rice

📋 copy color: '#E1D880'

red 225 ◦ green 216 ◦ blue 128

#E1D880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #E1D880

Tints of Wild Rice #E1D880

RGB

 RED value IS 225 (88.28% from 255) = 39.54%

 GREEN value IS 216 (84.77% from 255) = 37.96%

 BLUE value IS 128 (50.39% from 255) = 22.5%

R = 39.54%
G = 37.96%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E1D880 (or 0xE1D880) is known color: Wild Rice. HEX triplet: E1, D8 and 80. RGB value is (225,216,128). Sum of RGB (Red+Green+Blue) = 225+216+128=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D880 is #1E277F. Grayscale: #D1D1D1. Windows color (decimal): -1976192 or 8444129. OLE color: 8444129.

HSL color Cylindrical-coordinate representation of color #E1D880: hue angle of 54.43º degrees, saturation: 0.62, 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 #E1D880 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 216 128 -
CMYK 0 0.04 0.43 0.12
HSL 54.43º 0.62% 0.69% -
HSV(B) 54.43º 0.43% 0.88% -
XYZ 59.5 66.68 30.16 -
YUV 208.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 225 216 128 0 0.04 0.43 0.12 54.43 0.62 0.69
Hex E1 D8 80 0 4 2B C 36 3E 45
Octal 341 330 200 0 4 53 14 66 76 105
Binary 11100001 11011000 10000000 0 100 101011 1100 110110 111110 1000101

Color Harmonies of #E1D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D880

Black with #E1D880

Text Example


Text Example

White with #E1D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D880; }

 p { color: rgb(225,216,128); }

 H1.HeaderClassName
 {
   color: #E1D880;
 }
 .AnyTagClassName
 {
   color: #E1D880;
 }
</style>

background-color css

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

 a { background-color: rgb(225,216,128); }

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

border-color css

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

 span { border-color: rgb(225,216,128); }

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