#E6DA6F

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

Shades of Wild Rice #E6DA6F

Tints of Wild Rice #E6DA6F

Color information

#E6DA6F (or 0xE6DA6F) is unknown color: approx Wild Rice. HEX triplet: E6, DA and 6F. RGB value is (230,218,111). Sum of RGB (Red+Green+Blue) = 230+218+111=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA6F is #192590. Grayscale: #D1D1D1. Windows color (decimal): -1648017 or 7330534. OLE color: 7330534.

HSL color Cylindrical-coordinate representation of color #E6DA6F: hue angle of 53.95º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6DA6F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230218111-
CMYK00.050.520.10
HSL53.95º70.41%66.86%-
HSV(B)53.95º51.74%90.2%-
XYZ60.5768.1124.99-
YUV209.3972.48142.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 111 (43.75% from 255) = 19.86%
R=41.14%
G=39.00%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021811100.050.520.1053.9570.4166.86
HexE6DA6F0534A364643
Octal34633215705641266106103
Binary111001101101101011011110101110100101011011010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DA6F; }

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

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

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

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

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

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

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

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