#E6D86F

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

Shades of Wild Rice #E6D86F

Tints of Wild Rice #E6D86F

Color information

#E6D86F (or 0xE6D86F) is unknown color: approx Wild Rice. HEX triplet: E6, D8 and 6F. RGB value is (230,216,111). Sum of RGB (Red+Green+Blue) = 230+216+111=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D86F is #192790. Grayscale: #D0D0D0. Windows color (decimal): -1648529 or 7330022. OLE color: 7330022.

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

Color convert

RGB230216111-
CMYK00.060.520.10
HSL52.94º70.41%66.86%-
HSV(B)52.94º51.74%90.2%-
XYZ60.0667.0824.82-
YUV208.2273.14143.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 111 (43.75% from 255) = 19.93%
R=41.29%
G=38.78%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021611100.060.520.1052.9470.4166.86
HexE6D86F0634A354643
Octal34633015706641265106103
Binary111001101101100011011110110110100101011010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D86F; }

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

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

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

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

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

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

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

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