Html Css Color HEX #E8D279 Wild Rice

📋 copy color: '#E8D279'

red 232 ◦ green 210 ◦ blue 121

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

Shades of Wild Rice #E8D279

Tints of Wild Rice #E8D279

RGB

 RED value IS 232 (91.02% from 255) = 41.21%

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

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

R = 41.21%
G = 37.3%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E8D279 (or 0xE8D279) is known color: Wild Rice. HEX triplet: E8, D2 and 79. RGB value is (232,210,121). Sum of RGB (Red+Green+Blue) = 232+210+121=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 121 (47.66% from 255 or 21.49% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D279 is #172D86. Grayscale: #CECECE. Windows color (decimal): -1518983 or 7983848. OLE color: 7983848.

HSL color Cylindrical-coordinate representation of color #E8D279: hue angle of 48.11º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8D279 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 210 121 -
CMYK 0 0.09 0.48 0.09
HSL 48.11º 0.71% 0.69% -
HSV(B) 48.11º 0.48% 0.91% -
XYZ 59.78 64.63 27.41 -
YUV 206.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 232 210 121 0 0.09 0.48 0.09 48.11 0.71 0.69
Hex E8 D2 79 0 9 30 9 30 47 45
Octal 350 322 171 0 11 60 11 60 107 105
Binary 11101000 11010010 1111001 0 1001 110000 1001 110000 1000111 1000101

Color Harmonies of #E8D279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D279

Black with #E8D279

Text Example


Text Example

White with #E8D279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D279; }

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

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

background-color css

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

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

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

border-color css

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

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

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