Html Css Color HEX #E5D476 Wild Rice

📋 copy color: '#E5D476'

red 229 ◦ green 212 ◦ blue 118

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

Shades of Wild Rice #E5D476

Tints of Wild Rice #E5D476

RGB

 RED value IS 229 (89.84% from 255) = 40.97%

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

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

R = 40.97%
G = 37.92%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E5D476 (or 0xE5D476) is known color: Wild Rice. HEX triplet: E5, D4 and 76. RGB value is (229,212,118). Sum of RGB (Red+Green+Blue) = 229+212+118=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D476 is #1A2B89. Grayscale: #CECECE. Windows color (decimal): -1715082 or 7787749. OLE color: 7787749.

HSL color Cylindrical-coordinate representation of color #E5D476: hue angle of 50.81º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5D476 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 212 118 -
CMYK 0 0.07 0.48 0.10
HSL 50.81º 0.68% 0.68% -
HSV(B) 50.81º 0.48% 0.9% -
XYZ 59.13 65.05 26.58 -
YUV 206.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 229 212 118 0 0.07 0.48 0.10 50.81 0.68 0.68
Hex E5 D4 76 0 7 30 A 33 44 44
Octal 345 324 166 0 7 60 12 63 104 104
Binary 11100101 11010100 1110110 0 111 110000 1010 110011 1000100 1000100

Color Harmonies of #E5D476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D476

Black with #E5D476

Text Example


Text Example

White with #E5D476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D476; }

 p { color: rgb(229,212,118); }

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

background-color css

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

 a { background-color: rgb(229,212,118); }

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

border-color css

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

 span { border-color: rgb(229,212,118); }

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