Html Css Color HEX #E2D978 Wild Rice

📋 copy color: '#E2D978'

red 226 ◦ green 217 ◦ blue 120

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

Shades of Wild Rice #E2D978

Tints of Wild Rice #E2D978

RGB

 RED value IS 226 (88.67% from 255) = 40.14%

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

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

R = 40.14%
G = 38.54%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E2D978 (or 0xE2D978) is known color: Wild Rice. HEX triplet: E2, D9 and 78. RGB value is (226,217,120). Sum of RGB (Red+Green+Blue) = 226+217+120=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D978 is #1D2687. Grayscale: #D1D1D1. Windows color (decimal): -1910408 or 7920098. OLE color: 7920098.

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

Color convert

RGB 226 217 120 -
CMYK 0 0.04 0.47 0.11
HSL 54.91º 0.65% 0.68% -
HSV(B) 54.91º 0.47% 0.89% -
XYZ 59.57 67.15 27.59 -
YUV 208.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 226 217 120 0 0.04 0.47 0.11 54.91 0.65 0.68
Hex E2 D9 78 0 4 2F B 37 41 44
Octal 342 331 170 0 4 57 13 67 101 104
Binary 11100010 11011001 1111000 0 100 101111 1011 110111 1000001 1000100

Color Harmonies of #E2D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D978

Black with #E2D978

Text Example


Text Example

White with #E2D978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D978; }

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

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

background-color css

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

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

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

border-color css

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

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

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