Html Css Color HEX #E2DB76 Wild Rice

📋 copy color: '#E2DB76'

red 226 ◦ green 219 ◦ blue 118

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

Shades of Wild Rice #E2DB76

Tints of Wild Rice #E2DB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.96%

R = 40.14%
G = 38.9%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E2DB76 (or 0xE2DB76) is known color: Wild Rice. HEX triplet: E2, DB and 76. RGB value is (226,219,118). Sum of RGB (Red+Green+Blue) = 226+219+118=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB76 is #1D2489. Grayscale: #D1D1D1. Windows color (decimal): -1909898 or 7789538. OLE color: 7789538.

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

Color convert

RGB 226 219 118 -
CMYK 0 0.03 0.48 0.11
HSL 56.11º 0.65% 0.67% -
HSV(B) 56.11º 0.48% 0.89% -
XYZ 59.97 68.14 27.13 -
YUV 209.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 226 219 118 0 0.03 0.48 0.11 56.11 0.65 0.67
Hex E2 DB 76 0 3 30 B 38 41 43
Octal 342 333 166 0 3 60 13 70 101 103
Binary 11100010 11011011 1110110 0 11 110000 1011 111000 1000001 1000011

Color Harmonies of #E2DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB76

Black with #E2DB76

Text Example


Text Example

White with #E2DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB76; }

 p { color: rgb(226,219,118); }

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

background-color css

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

 a { background-color: rgb(226,219,118); }

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

border-color css

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

 span { border-color: rgb(226,219,118); }

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