Html Css Color HEX #E1D780 Wild Rice

📋 copy color: '#E1D780'

red 225 ◦ green 215 ◦ blue 128

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

Shades of Wild Rice #E1D780

Tints of Wild Rice #E1D780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.85%

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

R = 39.61%
G = 37.85%
B = 22.54%

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

#E1D780 (or 0xE1D780) is known color: Wild Rice. HEX triplet: E1, D7 and 80. RGB value is (225,215,128). Sum of RGB (Red+Green+Blue) = 225+215+128=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D780 is #1E287F. Grayscale: #D0D0D0. Windows color (decimal): -1976448 or 8443873. OLE color: 8443873.

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

Color convert

RGB 225 215 128 -
CMYK 0 0.04 0.43 0.12
HSL 53.81º 0.62% 0.69% -
HSV(B) 53.81º 0.43% 0.88% -
XYZ 59.25 66.17 30.07 -
YUV 208.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 225 215 128 0 0.04 0.43 0.12 53.81 0.62 0.69
Hex E1 D7 80 0 4 2B C 36 3E 45
Octal 341 327 200 0 4 53 14 66 76 105
Binary 11100001 11010111 10000000 0 100 101011 1100 110110 111110 1000101

Color Harmonies of #E1D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D780

Black with #E1D780

Text Example


Text Example

White with #E1D780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D780; }

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

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

background-color css

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

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

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

border-color css

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

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

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