Html Css Color HEX #E7D96E Wild Rice

📋 copy color: '#E7D96E'

red 231 ◦ green 217 ◦ blue 110

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

Shades of Wild Rice #E7D96E

Tints of Wild Rice #E7D96E

RGB

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

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

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

R = 41.4%
G = 38.89%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7D96E (or 0xE7D96E) is known color: Wild Rice. HEX triplet: E7, D9 and 6E. RGB value is (231,217,110). Sum of RGB (Red+Green+Blue) = 231+217+110=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D96E is #182691. Grayscale: #D1D1D1. Windows color (decimal): -1582738 or 7264743. OLE color: 7264743.

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

Color convert

RGB 231 217 110 -
CMYK 0 0.06 0.52 0.09
HSL 53.06º 0.72% 0.67% -
HSV(B) 53.06º 0.52% 0.91% -
XYZ 60.58 67.74 24.63 -
YUV 208.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 231 217 110 0 0.06 0.52 0.09 53.06 0.72 0.67
Hex E7 D9 6E 0 6 34 9 35 48 43
Octal 347 331 156 0 6 64 11 65 110 103
Binary 11100111 11011001 1101110 0 110 110100 1001 110101 1001000 1000011

Color Harmonies of #E7D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D96E

Black with #E7D96E

Text Example


Text Example

White with #E7D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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