Html Css Color HEX #E2D676 Wild Rice

📋 copy color: '#E2D676'

red 226 ◦ green 214 ◦ blue 118

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

Shades of Wild Rice #E2D676

Tints of Wild Rice #E2D676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.35%

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

R = 40.5%
G = 38.35%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E2D676 (or 0xE2D676) is known color: Wild Rice. HEX triplet: E2, D6 and 76. RGB value is (226,214,118). Sum of RGB (Red+Green+Blue) = 226+214+118=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D676 is #1D2989. Grayscale: #CFCFCF. Windows color (decimal): -1911178 or 7788258. OLE color: 7788258.

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

Color convert

RGB 226 214 118 -
CMYK 0 0.05 0.48 0.11
HSL 53.33º 0.65% 0.67% -
HSV(B) 53.33º 0.48% 0.89% -
XYZ 58.68 65.57 26.7 -
YUV 206.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 226 214 118 0 0.05 0.48 0.11 53.33 0.65 0.67
Hex E2 D6 76 0 5 30 B 35 41 43
Octal 342 326 166 0 5 60 13 65 101 103
Binary 11100010 11010110 1110110 0 101 110000 1011 110101 1000001 1000011

Color Harmonies of #E2D676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D676

Black with #E2D676

Text Example


Text Example

White with #E2D676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D676; }

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

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

background-color css

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

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

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

border-color css

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

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

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