Html Css Color HEX #E2D279 Wild Rice

📋 copy color: '#E2D279'

red 226 ◦ green 210 ◦ blue 121

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

Shades of Wild Rice #E2D279

Tints of Wild Rice #E2D279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 40.57%
G = 37.7%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2D279 (or 0xE2D279) is known color: Wild Rice. HEX triplet: E2, D2 and 79. RGB value is (226,210,121). Sum of RGB (Red+Green+Blue) = 226+210+121=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D279 is #1D2D86. Grayscale: #CDCDCD. Windows color (decimal): -1912199 or 7983842. OLE color: 7983842.

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

Color convert

RGB 226 210 121 -
CMYK 0 0.07 0.46 0.11
HSL 50.86º 0.64% 0.68% -
HSV(B) 50.86º 0.46% 0.89% -
XYZ 57.86 63.64 27.32 -
YUV 204.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 226 210 121 0 0.07 0.46 0.11 50.86 0.64 0.68
Hex E2 D2 79 0 7 2E B 33 40 44
Octal 342 322 171 0 7 56 13 63 100 104
Binary 11100010 11010010 1111001 0 111 101110 1011 110011 1000000 1000100

Color Harmonies of #E2D279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D279

Black with #E2D279

Text Example


Text Example

White with #E2D279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D279; }

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

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

background-color css

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

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

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

border-color css

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

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

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