#E6DA75

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

Shades of Wild Rice #E6DA75

Tints of Wild Rice #E6DA75

Color information

#E6DA75 (or 0xE6DA75) is unknown color: approx Wild Rice. HEX triplet: E6, DA and 75. RGB value is (230,218,117). Sum of RGB (Red+Green+Blue) = 230+218+117=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA75 is #19258A. Grayscale: #D2D2D2. Windows color (decimal): -1648011 or 7723750. OLE color: 7723750.

HSL color Cylindrical-coordinate representation of color #E6DA75: hue angle of 53.63º 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 #E6DA75 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230218117-
CMYK00.050.490.10
HSL53.63º69.33%68.04%-
HSV(B)53.63º49.13%90.2%-
XYZ60.9268.2526.79-
YUV210.0775.48142.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=40.71%
G=38.58%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021811700.050.490.1053.6369.3368.04
HexE6DA750531A364544
Octal34633216505611266105104
Binary111001101101101011101010101110001101011011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DA75; }

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

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

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

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

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

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

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

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