Html Css Color HEX #E1D578 Wild Rice

📋 copy color: '#E1D578'

red 225 ◦ green 213 ◦ blue 120

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

Shades of Wild Rice #E1D578

Tints of Wild Rice #E1D578

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.17%

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

R = 40.32%
G = 38.17%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1D578 (or 0xE1D578) is known color: Wild Rice. HEX triplet: E1, D5 and 78. RGB value is (225,213,120). Sum of RGB (Red+Green+Blue) = 225+213+120=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D578 is #1E2A87. Grayscale: #CECECE. Windows color (decimal): -1976968 or 7919073. OLE color: 7919073.

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

Color convert

RGB 225 213 120 -
CMYK 0 0.05 0.47 0.12
HSL 53.14º 0.64% 0.68% -
HSV(B) 53.14º 0.47% 0.88% -
XYZ 58.24 64.95 27.24 -
YUV 205.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 225 213 120 0 0.05 0.47 0.12 53.14 0.64 0.68
Hex E1 D5 78 0 5 2F C 35 40 44
Octal 341 325 170 0 5 57 14 65 100 104
Binary 11100001 11010101 1111000 0 101 101111 1100 110101 1000000 1000100

Color Harmonies of #E1D578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D578

Black with #E1D578

Text Example


Text Example

White with #E1D578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D578; }

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

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

background-color css

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

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

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

border-color css

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

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

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