Html Css Color HEX #E5D875 Wild Rice

📋 copy color: '#E5D875'

red 229 ◦ green 216 ◦ blue 117

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

Shades of Wild Rice #E5D875

Tints of Wild Rice #E5D875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.43%

 BLUE value IS 117 (46.09% from 255) = 20.82%

R = 40.75%
G = 38.43%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5D875 (or 0xE5D875) is known color: Wild Rice. HEX triplet: E5, D8 and 75. RGB value is (229,216,117). Sum of RGB (Red+Green+Blue) = 229+216+117=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D875 is #1A278A. Grayscale: #D1D1D1. Windows color (decimal): -1714059 or 7723237. OLE color: 7723237.

HSL color Cylindrical-coordinate representation of color #E5D875: hue angle of 53.04º 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 #E5D875 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 216 117 -
CMYK 0 0.06 0.49 0.10
HSL 53.04º 0.68% 0.68% -
HSV(B) 53.04º 0.49% 0.9% -
XYZ 60.08 67.05 26.61 -
YUV 208.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 229 216 117 0 0.06 0.49 0.10 53.04 0.68 0.68
Hex E5 D8 75 0 6 31 A 35 44 44
Octal 345 330 165 0 6 61 12 65 104 104
Binary 11100101 11011000 1110101 0 110 110001 1010 110101 1000100 1000100

Color Harmonies of #E5D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D875

Black with #E5D875

Text Example


Text Example

White with #E5D875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D875; }

 p { color: rgb(229,216,117); }

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

background-color css

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

 a { background-color: rgb(229,216,117); }

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

border-color css

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

 span { border-color: rgb(229,216,117); }

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