Html Css Color HEX #E2D880 Wild Rice

📋 copy color: '#E2D880'

red 226 ◦ green 216 ◦ blue 128

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

Shades of Wild Rice #E2D880

Tints of Wild Rice #E2D880

RGB

 RED value IS 226 (88.67% from 255) = 39.65%

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

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

R = 39.65%
G = 37.89%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2D880 (or 0xE2D880) is known color: Wild Rice. HEX triplet: E2, D8 and 80. RGB value is (226,216,128). Sum of RGB (Red+Green+Blue) = 226+216+128=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D880 is #1D277F. Grayscale: #D1D1D1. Windows color (decimal): -1910656 or 8444130. OLE color: 8444130.

HSL color Cylindrical-coordinate representation of color #E2D880: hue angle of 53.88º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2D880 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 216 128 -
CMYK 0 0.04 0.43 0.11
HSL 53.88º 0.63% 0.69% -
HSV(B) 53.88º 0.43% 0.89% -
XYZ 59.82 66.84 30.17 -
YUV 208.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 226 216 128 0 0.04 0.43 0.11 53.88 0.63 0.69
Hex E2 D8 80 0 4 2B B 36 3F 45
Octal 342 330 200 0 4 53 13 66 77 105
Binary 11100010 11011000 10000000 0 100 101011 1011 110110 111111 1000101

Color Harmonies of #E2D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D880

Black with #E2D880

Text Example


Text Example

White with #E2D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D880; }

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

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

background-color css

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

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

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

border-color css

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

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

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