Html Css Color HEX #E0D878 Wild Rice

📋 copy color: '#E0D878'

red 224 ◦ green 216 ◦ blue 120

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

Shades of Wild Rice #E0D878

Tints of Wild Rice #E0D878

RGB

 RED value IS 224 (87.89% from 255) = 40%

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

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

R = 40%
G = 38.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0D878 (or 0xE0D878) is known color: Wild Rice. HEX triplet: E0, D8 and 78. RGB value is (224,216,120). Sum of RGB (Red+Green+Blue) = 224+216+120=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D878 is #1F2787. Grayscale: #CFCFCF. Windows color (decimal): -2041736 or 7919840. OLE color: 7919840.

HSL color Cylindrical-coordinate representation of color #E0D878: hue angle of 55.38º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0D878 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 216 120 -
CMYK 0 0.04 0.46 0.12
HSL 55.38º 0.63% 0.67% -
HSV(B) 55.38º 0.46% 0.88% -
XYZ 58.69 66.32 27.48 -
YUV 207.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 224 216 120 0 0.04 0.46 0.12 55.38 0.63 0.67
Hex E0 D8 78 0 4 2E C 37 3F 43
Octal 340 330 170 0 4 56 14 67 77 103
Binary 11100000 11011000 1111000 0 100 101110 1100 110111 111111 1000011

Color Harmonies of #E0D878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D878

Black with #E0D878

Text Example


Text Example

White with #E0D878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D878; }

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

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

background-color css

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

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

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

border-color css

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

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

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