Html Css Color HEX #E1DB78 Wild Rice

📋 copy color: '#E1DB78'

red 225 ◦ green 219 ◦ blue 120

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

Shades of Wild Rice #E1DB78

Tints of Wild Rice #E1DB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.83%

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

R = 39.89%
G = 38.83%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1DB78 (or 0xE1DB78) is known color: Wild Rice. HEX triplet: E1, DB and 78. RGB value is (225,219,120). Sum of RGB (Red+Green+Blue) = 225+219+120=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB78 is #1E2487. Grayscale: #D1D1D1. Windows color (decimal): -1975432 or 7920609. OLE color: 7920609.

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

Color convert

RGB 225 219 120 -
CMYK 0 0.03 0.47 0.12
HSL 56.57º 0.64% 0.68% -
HSV(B) 56.57º 0.47% 0.88% -
XYZ 59.77 68.03 27.75 -
YUV 209.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 225 219 120 0 0.03 0.47 0.12 56.57 0.64 0.68
Hex E1 DB 78 0 3 2F C 39 40 44
Octal 341 333 170 0 3 57 14 71 100 104
Binary 11100001 11011011 1111000 0 11 101111 1100 111001 1000000 1000100

Color Harmonies of #E1DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB78

Black with #E1DB78

Text Example


Text Example

White with #E1DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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