Html Css Color HEX #E8D96C Wild Rice

📋 copy color: '#E8D96C'

red 232 ◦ green 217 ◦ blue 108

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

Shades of Wild Rice #E8D96C

Tints of Wild Rice #E8D96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.96%

 BLUE value IS 108 (42.58% from 255) = 19.39%

R = 41.65%
G = 38.96%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8D96C (or 0xE8D96C) is known color: Wild Rice. HEX triplet: E8, D9 and 6C. RGB value is (232,217,108). Sum of RGB (Red+Green+Blue) = 232+217+108=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D96C is #172693. Grayscale: #D1D1D1. Windows color (decimal): -1517204 or 7133672. OLE color: 7133672.

HSL color Cylindrical-coordinate representation of color #E8D96C: hue angle of 52.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8D96C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 217 108 -
CMYK 0 0.06 0.53 0.09
HSL 52.74º 0.73% 0.67% -
HSV(B) 52.74º 0.53% 0.91% -
XYZ 60.8 67.86 24.08 -
YUV 209.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 232 217 108 0 0.06 0.53 0.09 52.74 0.73 0.67
Hex E8 D9 6C 0 6 35 9 35 49 43
Octal 350 331 154 0 6 65 11 65 111 103
Binary 11101000 11011001 1101100 0 110 110101 1001 110101 1001001 1000011

Color Harmonies of #E8D96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D96C

Black with #E8D96C

Text Example


Text Example

White with #E8D96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D96C; }

 p { color: rgb(232,217,108); }

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

background-color css

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

 a { background-color: rgb(232,217,108); }

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

border-color css

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

 span { border-color: rgb(232,217,108); }

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