Html Css Color HEX #E7D271 Wild Rice

📋 copy color: '#E7D271'

red 231 ◦ green 210 ◦ blue 113

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

Shades of Wild Rice #E7D271

Tints of Wild Rice #E7D271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

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

R = 41.7%
G = 37.91%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7D271 (or 0xE7D271) is known color: Wild Rice. HEX triplet: E7, D2 and 71. RGB value is (231,210,113). Sum of RGB (Red+Green+Blue) = 231+210+113=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D271 is #182D8E. Grayscale: #CDCDCD. Windows color (decimal): -1584527 or 7459559. OLE color: 7459559.

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

Color convert

RGB 231 210 113 -
CMYK 0 0.09 0.51 0.09
HSL 49.32º 0.71% 0.67% -
HSV(B) 49.32º 0.51% 0.91% -
XYZ 58.98 64.27 24.92 -
YUV 205.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 231 210 113 0 0.09 0.51 0.09 49.32 0.71 0.67
Hex E7 D2 71 0 9 33 9 31 47 43
Octal 347 322 161 0 11 63 11 61 107 103
Binary 11100111 11010010 1110001 0 1001 110011 1001 110001 1000111 1000011

Color Harmonies of #E7D271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D271

Black with #E7D271

Text Example


Text Example

White with #E7D271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D271; }

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

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

background-color css

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

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

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

border-color css

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

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

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