Html Css Color HEX #E1D773 Wild Rice

📋 copy color: '#E1D773'

red 225 ◦ green 215 ◦ blue 115

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

Shades of Wild Rice #E1D773

Tints of Wild Rice #E1D773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.72%

R = 40.54%
G = 38.74%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E1D773 (or 0xE1D773) is known color: Wild Rice. HEX triplet: E1, D7 and 73. RGB value is (225,215,115). Sum of RGB (Red+Green+Blue) = 225+215+115=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D773 is #1E288C. Grayscale: #CFCFCF. Windows color (decimal): -1976461 or 7591905. OLE color: 7591905.

HSL color Cylindrical-coordinate representation of color #E1D773: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1D773 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 215 115 -
CMYK 0 0.04 0.49 0.12
HSL 54.55º 0.65% 0.67% -
HSV(B) 54.55º 0.49% 0.88% -
XYZ 58.45 65.85 25.85 -
YUV 206.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 225 215 115 0 0.04 0.49 0.12 54.55 0.65 0.67
Hex E1 D7 73 0 4 31 C 37 41 43
Octal 341 327 163 0 4 61 14 67 101 103
Binary 11100001 11010111 1110011 0 100 110001 1100 110111 1000001 1000011

Color Harmonies of #E1D773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D773

Black with #E1D773

Text Example


Text Example

White with #E1D773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D773; }

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

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

background-color css

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

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

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

border-color css

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

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

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