#ECDE71

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

Shades of Wild Rice #ECDE71

Tints of Wild Rice #ECDE71

Color information

#ECDE71 (or 0xECDE71) is unknown color: approx Wild Rice. HEX triplet: EC, DE and 71. RGB value is (236,222,113). Sum of RGB (Red+Green+Blue) = 236+222+113=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE71 is #13218E. Grayscale: #D6D6D6. Windows color (decimal): -1253775 or 7462636. OLE color: 7462636.

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

Color convert

RGB236222113-
CMYK00.060.520.07
HSL53.17º76.4%68.43%-
HSV(B)53.17º52.12%92.55%-
XYZ63.6971.2726.02-
YUV213.7671.14143.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 113 (44.53% from 255) = 19.79%
R=41.33%
G=38.88%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622211300.060.520.0753.1776.468.43
HexECDE7106347354c44
Octal3543361610664765114104
Binary11101100110111101110001011011010011111010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE71; }

 p { color: rgb(236,222,113); }

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

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

 a { background-color: rgb(236,222,113); }

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

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

 span { border-color: rgb(236,222,113); }

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