Html Css Color HEX #E8DC66 Wild Rice

📋 copy color: '#E8DC66'

red 232 ◦ green 220 ◦ blue 102

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

Shades of Wild Rice #E8DC66

Tints of Wild Rice #E8DC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.71%

 BLUE value IS 102 (40.23% from 255) = 18.41%

R = 41.88%
G = 39.71%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E8DC66 (or 0xE8DC66) is known color: Wild Rice. HEX triplet: E8, DC and 66. RGB value is (232,220,102). Sum of RGB (Red+Green+Blue) = 232+220+102=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC66 is #172399. Grayscale: #D2D2D2. Windows color (decimal): -1516442 or 6741224. OLE color: 6741224.

HSL color Cylindrical-coordinate representation of color #E8DC66: hue angle of 54.46º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8DC66 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 102 -
CMYK 0 0.05 0.56 0.09
HSL 54.46º 0.74% 0.65% -
HSV(B) 54.46º 0.56% 0.91% -
XYZ 61.27 69.3 22.72 -
YUV 210.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 232 220 102 0 0.05 0.56 0.09 54.46 0.74 0.65
Hex E8 DC 66 0 5 38 9 36 4A 41
Octal 350 334 146 0 5 70 11 66 112 101
Binary 11101000 11011100 1100110 0 101 111000 1001 110110 1001010 1000001

Color Harmonies of #E8DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC66

Black with #E8DC66

Text Example


Text Example

White with #E8DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC66; }

 p { color: rgb(232,220,102); }

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

background-color css

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

 a { background-color: rgb(232,220,102); }

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

border-color css

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

 span { border-color: rgb(232,220,102); }

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