Html Css Color HEX #E5D974 Wild Rice

📋 copy color: '#E5D974'

red 229 ◦ green 217 ◦ blue 116

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

Shades of Wild Rice #E5D974

Tints of Wild Rice #E5D974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.61%

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 40.75%
G = 38.61%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5D974 (or 0xE5D974) is known color: Wild Rice. HEX triplet: E5, D9 and 74. RGB value is (229,217,116). Sum of RGB (Red+Green+Blue) = 229+217+116=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D974 is #1A268B. Grayscale: #D1D1D1. Windows color (decimal): -1713804 or 7657957. OLE color: 7657957.

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

Color convert

RGB 229 217 116 -
CMYK 0 0.05 0.49 0.10
HSL 53.63º 0.68% 0.68% -
HSV(B) 53.63º 0.49% 0.9% -
XYZ 60.28 67.54 26.38 -
YUV 209.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 229 217 116 0 0.05 0.49 0.10 53.63 0.68 0.68
Hex E5 D9 74 0 5 31 A 36 44 44
Octal 345 331 164 0 5 61 12 66 104 104
Binary 11100101 11011001 1110100 0 101 110001 1010 110110 1000100 1000100

Color Harmonies of #E5D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D974

Black with #E5D974

Text Example


Text Example

White with #E5D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D974; }

 p { color: rgb(229,217,116); }

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

background-color css

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

 a { background-color: rgb(229,217,116); }

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

border-color css

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

 span { border-color: rgb(229,217,116); }

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