Html Css Color HEX #E3DC76 Wild Rice

📋 copy color: '#E3DC76'

red 227 ◦ green 220 ◦ blue 118

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

Shades of Wild Rice #E3DC76

Tints of Wild Rice #E3DC76

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

 BLUE value IS 118 (46.48% from 255) = 20.88%

R = 40.18%
G = 38.94%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E3DC76 (or 0xE3DC76) is known color: Wild Rice. HEX triplet: E3, DC and 76. RGB value is (227,220,118). Sum of RGB (Red+Green+Blue) = 227+220+118=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC76 is #1C2389. Grayscale: #D2D2D2. Windows color (decimal): -1844106 or 7789795. OLE color: 7789795.

HSL color Cylindrical-coordinate representation of color #E3DC76: hue angle of 56.15º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E3DC76 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 220 118 -
CMYK 0 0.03 0.48 0.11
HSL 56.15º 0.66% 0.68% -
HSV(B) 56.15º 0.48% 0.89% -
XYZ 60.54 68.83 27.23 -
YUV 210.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 227 220 118 0 0.03 0.48 0.11 56.15 0.66 0.68
Hex E3 DC 76 0 3 30 B 38 42 44
Octal 343 334 166 0 3 60 13 70 102 104
Binary 11100011 11011100 1110110 0 11 110000 1011 111000 1000010 1000100

Color Harmonies of #E3DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DC76

Black with #E3DC76

Text Example


Text Example

White with #E3DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DC76; }

 p { color: rgb(227,220,118); }

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

background-color css

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

 a { background-color: rgb(227,220,118); }

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

border-color css

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

 span { border-color: rgb(227,220,118); }

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