Html Css Color HEX #E7D86A Wild Rice

📋 copy color: '#E7D86A'

red 231 ◦ green 216 ◦ blue 106

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

Shades of Wild Rice #E7D86A

Tints of Wild Rice #E7D86A

RGB

 RED value IS 231 (90.63% from 255) = 41.77%

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

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

R = 41.77%
G = 39.06%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7D86A (or 0xE7D86A) is known color: Wild Rice. HEX triplet: E7, D8 and 6A. RGB value is (231,216,106). Sum of RGB (Red+Green+Blue) = 231+216+106=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D86A is #182795. Grayscale: #D0D0D0. Windows color (decimal): -1582998 or 7002343. OLE color: 7002343.

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

Color convert

RGB 231 216 106 -
CMYK 0 0.06 0.54 0.09
HSL 52.8º 0.72% 0.66% -
HSV(B) 52.8º 0.54% 0.91% -
XYZ 60.11 67.14 23.43 -
YUV 207.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 231 216 106 0 0.06 0.54 0.09 52.8 0.72 0.66
Hex E7 D8 6A 0 6 36 9 35 48 42
Octal 347 330 152 0 6 66 11 65 110 102
Binary 11100111 11011000 1101010 0 110 110110 1001 110101 1001000 1000010

Color Harmonies of #E7D86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D86A

Black with #E7D86A

Text Example


Text Example

White with #E7D86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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