Html Css Color HEX #E1D778 Wild Rice

📋 copy color: '#E1D778'

red 225 ◦ green 215 ◦ blue 120

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

Shades of Wild Rice #E1D778

Tints of Wild Rice #E1D778

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.39%

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

R = 40.18%
G = 38.39%
B = 21.43%

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

#E1D778 (or 0xE1D778) is known color: Wild Rice. HEX triplet: E1, D7 and 78. RGB value is (225,215,120). Sum of RGB (Red+Green+Blue) = 225+215+120=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D778 is #1E2887. Grayscale: #CFCFCF. Windows color (decimal): -1976456 or 7919585. OLE color: 7919585.

HSL color Cylindrical-coordinate representation of color #E1D778: hue angle of 54.29º 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 #E1D778 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 215 120 -
CMYK 0 0.04 0.47 0.12
HSL 54.29º 0.64% 0.68% -
HSV(B) 54.29º 0.47% 0.88% -
XYZ 58.74 65.96 27.41 -
YUV 207.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 225 215 120 0 0.04 0.47 0.12 54.29 0.64 0.68
Hex E1 D7 78 0 4 2F C 36 40 44
Octal 341 327 170 0 4 57 14 66 100 104
Binary 11100001 11010111 1111000 0 100 101111 1100 110110 1000000 1000100

Color Harmonies of #E1D778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D778

Black with #E1D778

Text Example


Text Example

White with #E1D778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D778; }

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

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

background-color css

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

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

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

border-color css

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

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

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