Html Css Color HEX #E8D66C Wild Rice

📋 copy color: '#E8D66C'

red 232 ◦ green 214 ◦ blue 108

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

Shades of Wild Rice #E8D66C

Tints of Wild Rice #E8D66C

RGB

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

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

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

R = 41.88%
G = 38.63%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8D66C (or 0xE8D66C) is known color: Wild Rice. HEX triplet: E8, D6 and 6C. RGB value is (232,214,108). Sum of RGB (Red+Green+Blue) = 232+214+108=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D66C is #172993. Grayscale: #CFCFCF. Windows color (decimal): -1517972 or 7132904. OLE color: 7132904.

HSL color Cylindrical-coordinate representation of color #E8D66C: hue angle of 51.29º 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 #E8D66C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 214 108 -
CMYK 0 0.08 0.53 0.09
HSL 51.29º 0.73% 0.67% -
HSV(B) 51.29º 0.53% 0.91% -
XYZ 60.03 66.33 23.83 -
YUV 207.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 232 214 108 0 0.08 0.53 0.09 51.29 0.73 0.67
Hex E8 D6 6C 0 8 35 9 33 49 43
Octal 350 326 154 0 10 65 11 63 111 103
Binary 11101000 11010110 1101100 0 1000 110101 1001 110011 1001001 1000011

Color Harmonies of #E8D66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D66C

Black with #E8D66C

Text Example


Text Example

White with #E8D66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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