#ECD977

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

Shades of Wild Rice #ECD977

Tints of Wild Rice #ECD977

Color information

#ECD977 (or 0xECD977) is unknown color: approx Wild Rice. HEX triplet: EC, D9 and 77. RGB value is (236,217,119). Sum of RGB (Red+Green+Blue) = 236+217+119=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD977 is #132688. Grayscale: #D3D3D3. Windows color (decimal): -1255049 or 7854572. OLE color: 7854572.

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

Color convert

RGB236217119-
CMYK00.080.500.07
HSL50.26º75.48%69.61%-
HSV(B)50.26º49.58%92.55%-
XYZ62.7368.7927.42-
YUV211.5175.79145.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 119 (46.88% from 255) = 20.80%
R=41.26%
G=37.94%
B=20.80%

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
Decimal23621711900.080.500.0750.2675.4869.61
HexECD97708327324b46
Octal35433116701062762113106
Binary111011001101100111101110100011001011111001010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD977; }

 p { color: rgb(236,217,119); }

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

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

 a { background-color: rgb(236,217,119); }

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

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

 span { border-color: rgb(236,217,119); }

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