Html Css Color HEX #E1D17A Wild Rice

📋 copy color: '#E1D17A'

red 225 ◦ green 209 ◦ blue 122

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

Shades of Wild Rice #E1D17A

Tints of Wild Rice #E1D17A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.59%

 BLUE value IS 122 (48.05% from 255) = 21.94%

R = 40.47%
G = 37.59%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1D17A (or 0xE1D17A) is known color: Wild Rice. HEX triplet: E1, D1 and 7A. RGB value is (225,209,122). Sum of RGB (Red+Green+Blue) = 225+209+122=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D17A is #1E2E85. Grayscale: #CCCCCC. Windows color (decimal): -1977990 or 8049121. OLE color: 8049121.

HSL color Cylindrical-coordinate representation of color #E1D17A: hue angle of 50.68º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1D17A is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 209 122 -
CMYK 0 0.07 0.46 0.12
HSL 50.68º 0.63% 0.68% -
HSV(B) 50.68º 0.46% 0.88% -
XYZ 57.36 63.01 27.55 -
YUV 203.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 225 209 122 0 0.07 0.46 0.12 50.68 0.63 0.68
Hex E1 D1 7A 0 7 2E C 33 3F 44
Octal 341 321 172 0 7 56 14 63 77 104
Binary 11100001 11010001 1111010 0 111 101110 1100 110011 111111 1000100

Color Harmonies of #E1D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D17A

Black with #E1D17A

Text Example


Text Example

White with #E1D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D17A; }

 p { color: rgb(225,209,122); }

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

background-color css

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

 a { background-color: rgb(225,209,122); }

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

border-color css

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

 span { border-color: rgb(225,209,122); }

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