#E6DB71

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

Shades of Wild Rice #E6DB71

Tints of Wild Rice #E6DB71

Color information

#E6DB71 (or 0xE6DB71) is unknown color: approx Wild Rice. HEX triplet: E6, DB and 71. RGB value is (230,219,113). Sum of RGB (Red+Green+Blue) = 230+219+113=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB71 is #19248E. Grayscale: #D2D2D2. Windows color (decimal): -1647759 or 7461862. OLE color: 7461862.

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

Color convert

RGB230219113-
CMYK00.050.510.10
HSL54.36º70.06%67.25%-
HSV(B)54.36º50.87%90.2%-
XYZ60.9568.6825.67-
YUV210.273.14142.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 113 (44.53% from 255) = 20.11%
R=40.93%
G=38.97%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021911300.050.510.1054.3670.0667.25
HexE6DB710533A364643
Octal34633316105631266106103
Binary111001101101101111100010101110011101011011010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DB71; }

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

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

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

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

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

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

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

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