Html Css Color HEX #E2D17A Wild Rice

📋 copy color: '#E2D17A'

red 226 ◦ green 209 ◦ blue 122

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

Shades of Wild Rice #E2D17A

Tints of Wild Rice #E2D17A

RGB

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

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

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

R = 40.57%
G = 37.52%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2D17A (or 0xE2D17A) is known color: Wild Rice. HEX triplet: E2, D1 and 7A. RGB value is (226,209,122). Sum of RGB (Red+Green+Blue) = 226+209+122=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D17A is #1D2E85. Grayscale: #CCCCCC. Windows color (decimal): -1912454 or 8049122. OLE color: 8049122.

HSL color Cylindrical-coordinate representation of color #E2D17A: hue angle of 50.19º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2D17A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 209 122 -
CMYK 0 0.08 0.46 0.11
HSL 50.19º 0.64% 0.68% -
HSV(B) 50.19º 0.46% 0.89% -
XYZ 57.68 63.17 27.57 -
YUV 204.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 226 209 122 0 0.08 0.46 0.11 50.19 0.64 0.68
Hex E2 D1 7A 0 8 2E B 32 40 44
Octal 342 321 172 0 10 56 13 62 100 104
Binary 11100010 11010001 1111010 0 1000 101110 1011 110010 1000000 1000100

Color Harmonies of #E2D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D17A

Black with #E2D17A

Text Example


Text Example

White with #E2D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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