Html Css Color HEX #E7D172 Wild Rice

📋 copy color: '#E7D172'

red 231 ◦ green 209 ◦ blue 114

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

Shades of Wild Rice #E7D172

Tints of Wild Rice #E7D172

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

 BLUE value IS 114 (44.92% from 255) = 20.58%

R = 41.7%
G = 37.73%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7D172 (or 0xE7D172) is known color: Wild Rice. HEX triplet: E7, D1 and 72. RGB value is (231,209,114). Sum of RGB (Red+Green+Blue) = 231+209+114=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D172 is #182E8D. Grayscale: #CDCDCD. Windows color (decimal): -1584782 or 7524839. OLE color: 7524839.

HSL color Cylindrical-coordinate representation of color #E7D172: hue angle of 48.72º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7D172 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 209 114 -
CMYK 0 0.10 0.51 0.09
HSL 48.72º 0.71% 0.68% -
HSV(B) 48.72º 0.51% 0.91% -
XYZ 58.79 63.8 25.14 -
YUV 204.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 231 209 114 0 0.10 0.51 0.09 48.72 0.71 0.68
Hex E7 D1 72 0 A 33 9 31 47 44
Octal 347 321 162 0 12 63 11 61 107 104
Binary 11100111 11010001 1110010 0 1010 110011 1001 110001 1000111 1000100

Color Harmonies of #E7D172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D172

Black with #E7D172

Text Example


Text Example

White with #E7D172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D172; }

 p { color: rgb(231,209,114); }

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

background-color css

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

 a { background-color: rgb(231,209,114); }

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

border-color css

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

 span { border-color: rgb(231,209,114); }

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