Html Css Color HEX #E5D96D Wild Rice

📋 copy color: '#E5D96D'

red 229 ◦ green 217 ◦ blue 109

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

Shades of Wild Rice #E5D96D

Tints of Wild Rice #E5D96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.64%

R = 41.26%
G = 39.1%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5D96D (or 0xE5D96D) is known color: Wild Rice. HEX triplet: E5, D9 and 6D. RGB value is (229,217,109). Sum of RGB (Red+Green+Blue) = 229+217+109=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D96D is #1A2692. Grayscale: #D0D0D0. Windows color (decimal): -1713811 or 7199205. OLE color: 7199205.

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

Color convert

RGB 229 217 109 -
CMYK 0 0.05 0.52 0.10
HSL 54º 0.7% 0.66% -
HSV(B) 54º 0.52% 0.9% -
XYZ 59.89 67.39 24.32 -
YUV 208.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 229 217 109 0 0.05 0.52 0.10 54 0.7 0.66
Hex E5 D9 6D 0 5 34 A 36 46 42
Octal 345 331 155 0 5 64 12 66 106 102
Binary 11100101 11011001 1101101 0 101 110100 1010 110110 1000110 1000010

Color Harmonies of #E5D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D96D

Black with #E5D96D

Text Example


Text Example

White with #E5D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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