#ECD870

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

Shades of Wild Rice #ECD870

Tints of Wild Rice #ECD870

Color information

#ECD870 (or 0xECD870) is unknown color: approx Wild Rice. HEX triplet: EC, D8 and 70. RGB value is (236,216,112). Sum of RGB (Red+Green+Blue) = 236+216+112=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD870 is #13278F. Grayscale: #D2D2D2. Windows color (decimal): -1255312 or 7395564. OLE color: 7395564.

HSL color Cylindrical-coordinate representation of color #ECD870: hue angle of 50.32º 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 #ECD870 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236216112-
CMYK00.080.530.07
HSL50.32º76.54%68.24%-
HSV(B)50.32º52.54%92.55%-
XYZ62.0768.1125.21-
YUV210.1272.63146.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 216 (84.77% from 255) = 38.30%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=41.84%
G=38.30%
B=19.86%

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
Decimal23621611200.080.530.0750.3276.5468.24
HexECD87008357324d44
Octal35433016001065762115104
Binary111011001101100011100000100011010111111001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD870; }

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

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

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

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

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

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

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

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