#E6D966

Color #E6D966 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #E6D966

Tints of Wild Rice #E6D966

Color information

#E6D966 (or 0xE6D966) is unknown color: approx Wild Rice. HEX triplet: E6, D9 and 66. RGB value is (230,217,102). Sum of RGB (Red+Green+Blue) = 230+217+102=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D966 is #192699. Grayscale: #D0D0D0. Windows color (decimal): -1648282 or 6740454. OLE color: 6740454.

HSL color Cylindrical-coordinate representation of color #E6D966: hue angle of 53.91º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6D966 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230217102-
CMYK00.060.560.10
HSL53.91º71.91%65.1%-
HSV(B)53.91º55.65%90.2%-
XYZ59.8467.4122.43-
YUV207.7868.31143.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 102 (40.23% from 255) = 18.58%
R=41.89%
G=39.53%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021710200.060.560.1053.9171.9165.1
HexE6D9660638A364841
Octal34633114606701266110101
Binary111001101101100111001100110111000101011011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D966; }

 p { color: rgb(230,217,102); }

 H1.HeaderClassName
 {
   color: #E6D966;
 }
 .AnyTagClassName
 {
   color: #E6D966;
 }
</style>
background-color css

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

 a { background-color: rgb(230,217,102); }

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

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

 span { border-color: rgb(230,217,102); }

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