Html Css Color HEX #E2D86D Wild Rice

📋 copy color: '#E2D86D'

red 226 ◦ green 216 ◦ blue 109

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

Shades of Wild Rice #E2D86D

Tints of Wild Rice #E2D86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.78%

R = 41.02%
G = 39.2%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2D86D (or 0xE2D86D) is known color: Wild Rice. HEX triplet: E2, D8 and 6D. RGB value is (226,216,109). Sum of RGB (Red+Green+Blue) = 226+216+109=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D86D is #1D2792. Grayscale: #CFCFCF. Windows color (decimal): -1910675 or 7198946. OLE color: 7198946.

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

Color convert

RGB 226 216 109 -
CMYK 0 0.04 0.52 0.11
HSL 54.87º 0.67% 0.66% -
HSV(B) 54.87º 0.52% 0.89% -
XYZ 58.68 66.38 24.19 -
YUV 206.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 226 216 109 0 0.04 0.52 0.11 54.87 0.67 0.66
Hex E2 D8 6D 0 4 34 B 37 43 42
Octal 342 330 155 0 4 64 13 67 103 102
Binary 11100010 11011000 1101101 0 100 110100 1011 110111 1000011 1000010

Color Harmonies of #E2D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D86D

Black with #E2D86D

Text Example


Text Example

White with #E2D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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