#ECDA77

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

Shades of Wild Rice #ECDA77

Tints of Wild Rice #ECDA77

Color information

#ECDA77 (or 0xECDA77) is unknown color: approx Wild Rice. HEX triplet: EC, DA and 77. RGB value is (236,218,119). Sum of RGB (Red+Green+Blue) = 236+218+119=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA77 is #132588. Grayscale: #D4D4D4. Windows color (decimal): -1254793 or 7854828. OLE color: 7854828.

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

Color convert

RGB236218119-
CMYK00.080.500.07
HSL50.77º75.48%69.61%-
HSV(B)50.77º49.58%92.55%-
XYZ62.9969.3127.51-
YUV212.175.46145.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 119 (46.88% from 255) = 20.77%
R=41.19%
G=38.05%
B=20.77%

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
Decimal23621811900.080.500.0750.7775.4869.61
HexECDA7708327334b46
Octal35433216701062763113106
Binary111011001101101011101110100011001011111001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA77; }

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

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

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

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

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

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

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

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