Html Css Color HEX #E1D873 Wild Rice

📋 copy color: '#E1D873'

red 225 ◦ green 216 ◦ blue 115

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

Shades of Wild Rice #E1D873

Tints of Wild Rice #E1D873

RGB

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

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

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

R = 40.47%
G = 38.85%
B = 20.68%

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

#E1D873 (or 0xE1D873) is known color: Wild Rice. HEX triplet: E1, D8 and 73. RGB value is (225,216,115). Sum of RGB (Red+Green+Blue) = 225+216+115=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D873 is #1E278C. Grayscale: #CFCFCF. Windows color (decimal): -1976205 or 7592161. OLE color: 7592161.

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

Color convert

RGB 225 216 115 -
CMYK 0 0.04 0.49 0.12
HSL 55.09º 0.65% 0.67% -
HSV(B) 55.09º 0.49% 0.88% -
XYZ 58.7 66.36 25.93 -
YUV 207.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 225 216 115 0 0.04 0.49 0.12 55.09 0.65 0.67
Hex E1 D8 73 0 4 31 C 37 41 43
Octal 341 330 163 0 4 61 14 67 101 103
Binary 11100001 11011000 1110011 0 100 110001 1100 110111 1000001 1000011

Color Harmonies of #E1D873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D873

Black with #E1D873

Text Example


Text Example

White with #E1D873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D873; }

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

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

background-color css

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

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

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

border-color css

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

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

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