Html Css Color HEX #E7D96A Wild Rice

📋 copy color: '#E7D96A'

red 231 ◦ green 217 ◦ blue 106

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

Shades of Wild Rice #E7D96A

Tints of Wild Rice #E7D96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.17%

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

R = 41.7%
G = 39.17%
B = 19.13%

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

#E7D96A (or 0xE7D96A) is known color: Wild Rice. HEX triplet: E7, D9 and 6A. RGB value is (231,217,106). Sum of RGB (Red+Green+Blue) = 231+217+106=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D96A is #182695. Grayscale: #D0D0D0. Windows color (decimal): -1582742 or 7002599. OLE color: 7002599.

HSL color Cylindrical-coordinate representation of color #E7D96A: hue angle of 53.28º 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 #E7D96A is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 217 106 -
CMYK 0 0.06 0.54 0.09
HSL 53.28º 0.72% 0.66% -
HSV(B) 53.28º 0.54% 0.91% -
XYZ 60.37 67.66 23.51 -
YUV 208.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 231 217 106 0 0.06 0.54 0.09 53.28 0.72 0.66
Hex E7 D9 6A 0 6 36 9 35 48 42
Octal 347 331 152 0 6 66 11 65 110 102
Binary 11100111 11011001 1101010 0 110 110110 1001 110101 1001000 1000010

Color Harmonies of #E7D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D96A

Black with #E7D96A

Text Example


Text Example

White with #E7D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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