Html Css Color HEX #E5D878 Wild Rice

📋 copy color: '#E5D878'

red 229 ◦ green 216 ◦ blue 120

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

Shades of Wild Rice #E5D878

Tints of Wild Rice #E5D878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.24%

R = 40.53%
G = 38.23%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E5D878 (or 0xE5D878) is known color: Wild Rice. HEX triplet: E5, D8 and 78. RGB value is (229,216,120). Sum of RGB (Red+Green+Blue) = 229+216+120=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D878 is #1A2787. Grayscale: #D1D1D1. Windows color (decimal): -1714056 or 7919845. OLE color: 7919845.

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

Color convert

RGB 229 216 120 -
CMYK 0 0.06 0.48 0.10
HSL 52.84º 0.68% 0.68% -
HSV(B) 52.84º 0.48% 0.9% -
XYZ 60.26 67.13 27.55 -
YUV 208.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 229 216 120 0 0.06 0.48 0.10 52.84 0.68 0.68
Hex E5 D8 78 0 6 30 A 35 44 44
Octal 345 330 170 0 6 60 12 65 104 104
Binary 11100101 11011000 1111000 0 110 110000 1010 110101 1000100 1000100

Color Harmonies of #E5D878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D878

Black with #E5D878

Text Example


Text Example

White with #E5D878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D878; }

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

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

background-color css

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

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

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

border-color css

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

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

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