Html Css Color HEX #E8D66D Wild Rice

📋 copy color: '#E8D66D'

red 232 ◦ green 214 ◦ blue 109

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

Shades of Wild Rice #E8D66D

Tints of Wild Rice #E8D66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.64%

R = 41.8%
G = 38.56%
B = 19.64%

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

#E8D66D (or 0xE8D66D) is known color: Wild Rice. HEX triplet: E8, D6 and 6D. RGB value is (232,214,109). Sum of RGB (Red+Green+Blue) = 232+214+109=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D66D is #172992. Grayscale: #CFCFCF. Windows color (decimal): -1517971 or 7198440. OLE color: 7198440.

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

Color convert

RGB 232 214 109 -
CMYK 0 0.08 0.53 0.09
HSL 51.22º 0.73% 0.67% -
HSV(B) 51.22º 0.53% 0.91% -
XYZ 60.09 66.35 24.11 -
YUV 207.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 232 214 109 0 0.08 0.53 0.09 51.22 0.73 0.67
Hex E8 D6 6D 0 8 35 9 33 49 43
Octal 350 326 155 0 10 65 11 63 111 103
Binary 11101000 11010110 1101101 0 1000 110101 1001 110011 1001001 1000011

Color Harmonies of #E8D66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D66D

Black with #E8D66D

Text Example


Text Example

White with #E8D66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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