Html Css Color HEX #E0D780 Wild Rice

📋 copy color: '#E0D780'

red 224 ◦ green 215 ◦ blue 128

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

Shades of Wild Rice #E0D780

Tints of Wild Rice #E0D780

RGB

 RED value IS 224 (87.89% from 255) = 39.51%

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

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

R = 39.51%
G = 37.92%
B = 22.57%

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

#E0D780 (or 0xE0D780) is known color: Wild Rice. HEX triplet: E0, D7 and 80. RGB value is (224,215,128). Sum of RGB (Red+Green+Blue) = 224+215+128=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D780 is #1F287F. Grayscale: #D0D0D0. Windows color (decimal): -2041984 or 8443872. OLE color: 8443872.

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

Color convert

RGB 224 215 128 -
CMYK 0 0.04 0.43 0.12
HSL 54.38º 0.61% 0.69% -
HSV(B) 54.38º 0.43% 0.88% -
XYZ 58.94 66.01 30.06 -
YUV 207.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 224 215 128 0 0.04 0.43 0.12 54.38 0.61 0.69
Hex E0 D7 80 0 4 2B C 36 3D 45
Octal 340 327 200 0 4 53 14 66 75 105
Binary 11100000 11010111 10000000 0 100 101011 1100 110110 111101 1000101

Color Harmonies of #E0D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D780

Black with #E0D780

Text Example


Text Example

White with #E0D780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D780; }

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

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

background-color css

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

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

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

border-color css

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

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

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