Html Css Color HEX #E5D86A Wild Rice

📋 copy color: '#E5D86A'

red 229 ◦ green 216 ◦ blue 106

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

Shades of Wild Rice #E5D86A

Tints of Wild Rice #E5D86A

RGB

 RED value IS 229 (89.84% from 255) = 41.56%

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

 BLUE value IS 106 (41.8% from 255) = 19.24%

R = 41.56%
G = 39.2%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5D86A (or 0xE5D86A) is known color: Wild Rice. HEX triplet: E5, D8 and 6A. RGB value is (229,216,106). Sum of RGB (Red+Green+Blue) = 229+216+106=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D86A is #1A2795. Grayscale: #CFCFCF. Windows color (decimal): -1714070 or 7002341. OLE color: 7002341.

HSL color Cylindrical-coordinate representation of color #E5D86A: hue angle of 53.66º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5D86A is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 216 106 -
CMYK 0 0.06 0.54 0.10
HSL 53.66º 0.7% 0.66% -
HSV(B) 53.66º 0.54% 0.9% -
XYZ 59.47 66.81 23.4 -
YUV 207.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 229 216 106 0 0.06 0.54 0.10 53.66 0.7 0.66
Hex E5 D8 6A 0 6 36 A 36 46 42
Octal 345 330 152 0 6 66 12 66 106 102
Binary 11100101 11011000 1101010 0 110 110110 1010 110110 1000110 1000010

Color Harmonies of #E5D86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D86A

Black with #E5D86A

Text Example


Text Example

White with #E5D86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D86A; }

 p { color: rgb(229,216,106); }

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

background-color css

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

 a { background-color: rgb(229,216,106); }

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

border-color css

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

 span { border-color: rgb(229,216,106); }

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