Html Css Color HEX #E2D878 Wild Rice

📋 copy color: '#E2D878'

red 226 ◦ green 216 ◦ blue 120

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

Shades of Wild Rice #E2D878

Tints of Wild Rice #E2D878

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.43%

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

R = 40.21%
G = 38.43%
B = 21.35%

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

#E2D878 (or 0xE2D878) is known color: Wild Rice. HEX triplet: E2, D8 and 78. RGB value is (226,216,120). Sum of RGB (Red+Green+Blue) = 226+216+120=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D878 is #1D2787. Grayscale: #D0D0D0. Windows color (decimal): -1910664 or 7919842. OLE color: 7919842.

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

Color convert

RGB 226 216 120 -
CMYK 0 0.04 0.47 0.11
HSL 54.34º 0.65% 0.68% -
HSV(B) 54.34º 0.47% 0.89% -
XYZ 59.31 66.64 27.51 -
YUV 208.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 226 216 120 0 0.04 0.47 0.11 54.34 0.65 0.68
Hex E2 D8 78 0 4 2F B 36 41 44
Octal 342 330 170 0 4 57 13 66 101 104
Binary 11100010 11011000 1111000 0 100 101111 1011 110110 1000001 1000100

Color Harmonies of #E2D878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D878

Black with #E2D878

Text Example


Text Example

White with #E2D878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D878; }

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

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

background-color css

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

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

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

border-color css

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

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

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