Html Css Color HEX #E1D86E Wild Rice

📋 copy color: '#E1D86E'

red 225 ◦ green 216 ◦ blue 110

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

Shades of Wild Rice #E1D86E

Tints of Wild Rice #E1D86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.96%

R = 40.83%
G = 39.2%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1D86E (or 0xE1D86E) is known color: Wild Rice. HEX triplet: E1, D8 and 6E. RGB value is (225,216,110). Sum of RGB (Red+Green+Blue) = 225+216+110=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D86E is #1E2791. Grayscale: #CFCFCF. Windows color (decimal): -1976210 or 7264481. OLE color: 7264481.

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

Color convert

RGB 225 216 110 -
CMYK 0 0.04 0.51 0.12
HSL 55.3º 0.66% 0.66% -
HSV(B) 55.3º 0.51% 0.88% -
XYZ 58.42 66.25 24.46 -
YUV 206.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 225 216 110 0 0.04 0.51 0.12 55.3 0.66 0.66
Hex E1 D8 6E 0 4 33 C 37 42 42
Octal 341 330 156 0 4 63 14 67 102 102
Binary 11100001 11011000 1101110 0 100 110011 1100 110111 1000010 1000010

Color Harmonies of #E1D86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D86E

Black with #E1D86E

Text Example


Text Example

White with #E1D86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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