Html Css Color HEX #ECD977 Wild Rice

📋 copy color: '#ECD977'

red 236 ◦ green 217 ◦ blue 119

#ECD977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #ECD977

Tints of Wild Rice #ECD977

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.8%

R = 41.26%
G = 37.94%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD977 (or 0xECD977) is known color: 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

RGB 236 217 119 -
CMYK 0 0.08 0.50 0.07
HSL 50.26º 0.75% 0.7% -
HSV(B) 50.26º 0.5% 0.93% -
XYZ 62.73 68.79 27.42 -
YUV 211.51 75.79 145.47 -
System Red Green Blue C M Y K H S L
Decimal 236 217 119 0 0.08 0.50 0.07 50.26 0.75 0.7
Hex EC D9 77 0 8 32 7 32 4B 46
Octal 354 331 167 0 10 62 7 62 113 106
Binary 11101100 11011001 1110111 0 1000 110010 111 110010 1001011 1000110

Color Harmonies of #ECD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD977

Black with #ECD977

Text Example


Text Example

White with #ECD977

Text Example


Text Example

HTML Codes & Css Web 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>