Html Css Color HEX #E1D978 Wild Rice

📋 copy color: '#E1D978'

red 225 ◦ green 217 ◦ blue 120

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

Shades of Wild Rice #E1D978

Tints of Wild Rice #E1D978

RGB

 RED value IS 225 (88.28% from 255) = 40.04%

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

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

R = 40.04%
G = 38.61%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1D978 (or 0xE1D978) is known color: Wild Rice. HEX triplet: E1, D9 and 78. RGB value is (225,217,120). Sum of RGB (Red+Green+Blue) = 225+217+120=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D978 is #1E2687. Grayscale: #D0D0D0. Windows color (decimal): -1975944 or 7920097. OLE color: 7920097.

HSL color Cylindrical-coordinate representation of color #E1D978: hue angle of 55.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1D978 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 120 -
CMYK 0 0.04 0.47 0.12
HSL 55.43º 0.64% 0.68% -
HSV(B) 55.43º 0.47% 0.88% -
XYZ 59.25 66.99 27.58 -
YUV 208.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 225 217 120 0 0.04 0.47 0.12 55.43 0.64 0.68
Hex E1 D9 78 0 4 2F C 37 40 44
Octal 341 331 170 0 4 57 14 67 100 104
Binary 11100001 11011001 1111000 0 100 101111 1100 110111 1000000 1000100

Color Harmonies of #E1D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D978

Black with #E1D978

Text Example


Text Example

White with #E1D978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D978; }

 p { color: rgb(225,217,120); }

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

background-color css

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

 a { background-color: rgb(225,217,120); }

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

border-color css

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

 span { border-color: rgb(225,217,120); }

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