#ECD875

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

Shades of Wild Rice #ECD875

Tints of Wild Rice #ECD875

Color information

#ECD875 (or 0xECD875) is unknown color: approx Wild Rice. HEX triplet: EC, D8 and 75. RGB value is (236,216,117). Sum of RGB (Red+Green+Blue) = 236+216+117=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD875 is #13278A. Grayscale: #D3D3D3. Windows color (decimal): -1255307 or 7723244. OLE color: 7723244.

HSL color Cylindrical-coordinate representation of color #ECD875: hue angle of 49.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECD875 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB236216117-
CMYK00.080.500.07
HSL49.92º75.8%69.22%-
HSV(B)49.92º50.42%92.55%-
XYZ62.3668.2326.71-
YUV210.6975.13146.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=41.48%
G=37.96%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621611700.080.500.0749.9275.869.22
HexECD87508327324c45
Octal35433016501062762114105
Binary111011001101100011101010100011001011111001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD875; }

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

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

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

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

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

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

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

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