Html Css Color HEX #E1D16F Wild Rice

📋 copy color: '#E1D16F'

red 225 ◦ green 209 ◦ blue 111

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

Shades of Wild Rice #E1D16F

Tints of Wild Rice #E1D16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.37%

R = 41.28%
G = 38.35%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1D16F (or 0xE1D16F) is known color: Wild Rice. HEX triplet: E1, D1 and 6F. RGB value is (225,209,111). Sum of RGB (Red+Green+Blue) = 225+209+111=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D16F is #1E2E90. Grayscale: #CBCBCB. Windows color (decimal): -1978001 or 7328225. OLE color: 7328225.

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

Color convert

RGB 225 209 111 -
CMYK 0 0.07 0.51 0.12
HSL 51.58º 0.66% 0.66% -
HSV(B) 51.58º 0.51% 0.88% -
XYZ 56.72 62.76 24.16 -
YUV 202.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 225 209 111 0 0.07 0.51 0.12 51.58 0.66 0.66
Hex E1 D1 6F 0 7 33 C 34 42 42
Octal 341 321 157 0 7 63 14 64 102 102
Binary 11100001 11010001 1101111 0 111 110011 1100 110100 1000010 1000010

Color Harmonies of #E1D16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D16F

Black with #E1D16F

Text Example


Text Example

White with #E1D16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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