#ECD86E

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

Shades of Wild Rice #ECD86E

Tints of Wild Rice #ECD86E

Color information

#ECD86E (or 0xECD86E) is unknown color: approx Wild Rice. HEX triplet: EC, D8 and 6E. RGB value is (236,216,110). Sum of RGB (Red+Green+Blue) = 236+216+110=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD86E is #132791. Grayscale: #D2D2D2. Windows color (decimal): -1255314 or 7264492. OLE color: 7264492.

HSL color Cylindrical-coordinate representation of color #ECD86E: hue angle of 50.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECD86E is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236216110-
CMYK00.080.530.07
HSL50.48º76.83%67.84%-
HSV(B)50.48º53.39%92.55%-
XYZ61.9668.0724.62-
YUV209.971.63146.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 110 (43.36% from 255) = 19.57%
R=41.99%
G=38.43%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621611000.080.530.0750.4876.8367.84
HexECD86E08357324d44
Octal35433015601065762115104
Binary111011001101100011011100100011010111111001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD86E; }

 p { color: rgb(236,216,110); }

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

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

 a { background-color: rgb(236,216,110); }

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

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

 span { border-color: rgb(236,216,110); }

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