Html Css Color HEX #E2D780 Wild Rice

📋 copy color: '#E2D780'

red 226 ◦ green 215 ◦ blue 128

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

Shades of Wild Rice #E2D780

Tints of Wild Rice #E2D780

RGB

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

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

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

R = 39.72%
G = 37.79%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2D780 (or 0xE2D780) is known color: Wild Rice. HEX triplet: E2, D7 and 80. RGB value is (226,215,128). Sum of RGB (Red+Green+Blue) = 226+215+128=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D780 is #1D287F. Grayscale: #D0D0D0. Windows color (decimal): -1910912 or 8443874. OLE color: 8443874.

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

Color convert

RGB 226 215 128 -
CMYK 0 0.05 0.43 0.11
HSL 53.27º 0.63% 0.69% -
HSV(B) 53.27º 0.43% 0.89% -
XYZ 59.56 66.33 30.09 -
YUV 208.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 226 215 128 0 0.05 0.43 0.11 53.27 0.63 0.69
Hex E2 D7 80 0 5 2B B 35 3F 45
Octal 342 327 200 0 5 53 13 65 77 105
Binary 11100010 11010111 10000000 0 101 101011 1011 110101 111111 1000101

Color Harmonies of #E2D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D780

Black with #E2D780

Text Example


Text Example

White with #E2D780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D780; }

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

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

background-color css

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

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

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

border-color css

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

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

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