Html Css Color HEX #E2D679 Wild Rice

📋 copy color: '#E2D679'

red 226 ◦ green 214 ◦ blue 121

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

Shades of Wild Rice #E2D679

Tints of Wild Rice #E2D679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.57%

R = 40.29%
G = 38.15%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2D679 (or 0xE2D679) is known color: Wild Rice. HEX triplet: E2, D6 and 79. RGB value is (226,214,121). Sum of RGB (Red+Green+Blue) = 226+214+121=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 121 (47.66% from 255 or 21.57% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D679 is #1D2986. Grayscale: #CFCFCF. Windows color (decimal): -1911175 or 7984866. OLE color: 7984866.

HSL color Cylindrical-coordinate representation of color #E2D679: hue angle of 53.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2D679 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 214 121 -
CMYK 0 0.05 0.46 0.11
HSL 53.14º 0.64% 0.68% -
HSV(B) 53.14º 0.46% 0.89% -
XYZ 58.86 65.64 27.66 -
YUV 206.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 226 214 121 0 0.05 0.46 0.11 53.14 0.64 0.68
Hex E2 D6 79 0 5 2E B 35 40 44
Octal 342 326 171 0 5 56 13 65 100 104
Binary 11100010 11010110 1111001 0 101 101110 1011 110101 1000000 1000100

Color Harmonies of #E2D679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D679

Black with #E2D679

Text Example


Text Example

White with #E2D679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D679; }

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

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

background-color css

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

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

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

border-color css

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

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

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