Html Css Color HEX #E3D271 Wild Rice

📋 copy color: '#E3D271'

red 227 ◦ green 210 ◦ blue 113

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

Shades of Wild Rice #E3D271

Tints of Wild Rice #E3D271

RGB

 RED value IS 227 (89.06% from 255) = 41.27%

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

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

R = 41.27%
G = 38.18%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E3D271 (or 0xE3D271) is known color: Wild Rice. HEX triplet: E3, D2 and 71. RGB value is (227,210,113). Sum of RGB (Red+Green+Blue) = 227+210+113=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D271 is #1C2D8E. Grayscale: #CCCCCC. Windows color (decimal): -1846671 or 7459555. OLE color: 7459555.

HSL color Cylindrical-coordinate representation of color #E3D271: hue angle of 51.05º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E3D271 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 210 113 -
CMYK 0 0.07 0.50 0.11
HSL 51.05º 0.67% 0.67% -
HSV(B) 51.05º 0.5% 0.89% -
XYZ 57.71 63.62 24.86 -
YUV 204.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 227 210 113 0 0.07 0.50 0.11 51.05 0.67 0.67
Hex E3 D2 71 0 7 32 B 33 43 43
Octal 343 322 161 0 7 62 13 63 103 103
Binary 11100011 11010010 1110001 0 111 110010 1011 110011 1000011 1000011

Color Harmonies of #E3D271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D271

Black with #E3D271

Text Example


Text Example

White with #E3D271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D271; }

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

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

background-color css

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

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

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

border-color css

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

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

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