Html Css Color HEX #ECD976 Wild Rice

📋 copy color: '#ECD976'

red 236 ◦ green 217 ◦ blue 118

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

Shades of Wild Rice #ECD976

Tints of Wild Rice #ECD976

RGB

 RED value IS 236 (92.58% from 255) = 41.33%

 GREEN value IS 217 (85.16% from 255) = 38%

 BLUE value IS 118 (46.48% from 255) = 20.67%

R = 41.33%
G = 38%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECD976 (or 0xECD976) is known color: Wild Rice. HEX triplet: EC, D9 and 76. RGB value is (236,217,118). Sum of RGB (Red+Green+Blue) = 236+217+118=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD976 is #132689. Grayscale: #D3D3D3. Windows color (decimal): -1255050 or 7789036. OLE color: 7789036.

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

Color convert

RGB 236 217 118 -
CMYK 0 0.08 0.5 0.07
HSL 50.34º 0.76% 0.69% -
HSV(B) 50.34º 0.5% 0.93% -
XYZ 62.67 68.77 27.11 -
YUV 211.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 236 217 118 0 0.08 0.5 0.07 50.34 0.76 0.69
Hex EC D9 76 0 8 32 7 32 4C 45
Octal 354 331 166 0 10 62 7 62 114 105
Binary 11101100 11011001 1110110 0 1000 110010 111 110010 1001100 1000101

Color Harmonies of #ECD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD976

Black with #ECD976

Text Example


Text Example

White with #ECD976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD976; }

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

 H1.HeaderClassName
 {
   color: #ECD976;
 }
 .AnyTagClassName
 {
   color: #ECD976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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