#E6DB6F

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

Shades of Wild Rice #E6DB6F

Tints of Wild Rice #E6DB6F

Color information

#E6DB6F (or 0xE6DB6F) is unknown color: approx Wild Rice. HEX triplet: E6, DB and 6F. RGB value is (230,219,111). Sum of RGB (Red+Green+Blue) = 230+219+111=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB6F is #192490. Grayscale: #D2D2D2. Windows color (decimal): -1647761 or 7330790. OLE color: 7330790.

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

Color convert

RGB230219111-
CMYK00.050.520.10
HSL54.45º70.41%66.86%-
HSV(B)54.45º51.74%90.2%-
XYZ60.8368.6325.08-
YUV209.9872.14142.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 111 (43.75% from 255) = 19.82%
R=41.07%
G=39.11%
B=19.82%

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
Decimal23021911100.050.520.1054.4570.4166.86
HexE6DB6F0534A364643
Octal34633315705641266106103
Binary111001101101101111011110101110100101011011010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DB6F; }

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

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

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

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

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

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

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

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