Html Css Color HEX #E2D873 Wild Rice

📋 copy color: '#E2D873'

red 226 ◦ green 216 ◦ blue 115

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

Shades of Wild Rice #E2D873

Tints of Wild Rice #E2D873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.65%

R = 40.57%
G = 38.78%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E2D873 (or 0xE2D873) is known color: Wild Rice. HEX triplet: E2, D8 and 73. RGB value is (226,216,115). Sum of RGB (Red+Green+Blue) = 226+216+115=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D873 is #1D278C. Grayscale: #CFCFCF. Windows color (decimal): -1910669 or 7592162. OLE color: 7592162.

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

Color convert

RGB 226 216 115 -
CMYK 0 0.04 0.49 0.11
HSL 54.59º 0.66% 0.67% -
HSV(B) 54.59º 0.49% 0.89% -
XYZ 59.01 66.52 25.95 -
YUV 207.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 226 216 115 0 0.04 0.49 0.11 54.59 0.66 0.67
Hex E2 D8 73 0 4 31 B 37 42 43
Octal 342 330 163 0 4 61 13 67 102 103
Binary 11100010 11011000 1110011 0 100 110001 1011 110111 1000010 1000011

Color Harmonies of #E2D873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D873

Black with #E2D873

Text Example


Text Example

White with #E2D873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D873; }

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

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

background-color css

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

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

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

border-color css

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

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

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