Html Css Color HEX #E7D471 Wild Rice

📋 copy color: '#E7D471'

red 231 ◦ green 212 ◦ blue 113

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

Shades of Wild Rice #E7D471

Tints of Wild Rice #E7D471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

 BLUE value IS 113 (44.53% from 255) = 20.32%

R = 41.55%
G = 38.13%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7D471 (or 0xE7D471) is known color: Wild Rice. HEX triplet: E7, D4 and 71. RGB value is (231,212,113). Sum of RGB (Red+Green+Blue) = 231+212+113=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D471 is #182B8E. Grayscale: #CECECE. Windows color (decimal): -1584015 or 7460071. OLE color: 7460071.

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

Color convert

RGB 231 212 113 -
CMYK 0 0.08 0.51 0.09
HSL 50.34º 0.71% 0.67% -
HSV(B) 50.34º 0.51% 0.91% -
XYZ 59.48 65.27 25.09 -
YUV 206.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 231 212 113 0 0.08 0.51 0.09 50.34 0.71 0.67
Hex E7 D4 71 0 8 33 9 32 47 43
Octal 347 324 161 0 10 63 11 62 107 103
Binary 11100111 11010100 1110001 0 1000 110011 1001 110010 1000111 1000011

Color Harmonies of #E7D471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D471

Black with #E7D471

Text Example


Text Example

White with #E7D471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D471; }

 p { color: rgb(231,212,113); }

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

background-color css

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

 a { background-color: rgb(231,212,113); }

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

border-color css

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

 span { border-color: rgb(231,212,113); }

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