#E6D975

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

Shades of Wild Rice #E6D975

Tints of Wild Rice #E6D975

Color information

#E6D975 (or 0xE6D975) is unknown color: approx Wild Rice. HEX triplet: E6, D9 and 75. RGB value is (230,217,117). Sum of RGB (Red+Green+Blue) = 230+217+117=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D975 is #19268A. Grayscale: #D1D1D1. Windows color (decimal): -1648267 or 7723494. OLE color: 7723494.

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

Color convert

RGB230217117-
CMYK00.060.490.10
HSL53.1º69.33%68.04%-
HSV(B)53.1º49.13%90.2%-
XYZ60.6667.7326.71-
YUV209.4975.81142.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 117 (46.09% from 255) = 20.74%
R=40.78%
G=38.48%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021711700.060.490.1053.169.3368.04
HexE6D9750631A354544
Octal34633116506611265105104
Binary111001101101100111101010110110001101011010110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D975; }

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

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

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

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

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

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

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

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