#e6d969

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

Shades of Wild Rice #E6D969

Tints of Wild Rice #E6D969

Color information

#E6D969 (or 0xE6D969) is unknown color: approx Wild Rice. HEX triplet: E6, D9 and 69. RGB value is (230,217,105). Sum of RGB (Red+Green+Blue) = 230+217+105=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D969 is #192696. Grayscale: #D0D0D0. Windows color (decimal): -1648279 or 6937062. OLE color: 6937062.

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

Color convert

RGB230217105-
CMYK00.060.540.10
HSL53.76º71.43%65.69%-
HSV(B)53.76º54.35%90.2%-
XYZ6067.4723.23-
YUV208.1269.81143.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 105 (41.41% from 255) = 19.02%
R=41.67%
G=39.31%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021710500.060.540.1053.7671.4365.69
HexE6D9690636A364742
Octal34633115106661266107102
Binary111001101101100111010010110110110101011011010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6d969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6d969; }

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

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

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

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

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

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

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

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