Html Css Color HEX #ECD776 Wild Rice

📋 copy color: '#ECD776'

red 236 ◦ green 215 ◦ blue 118

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

Shades of Wild Rice #ECD776

Tints of Wild Rice #ECD776

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.79%

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

R = 41.48%
G = 37.79%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECD776 (or 0xECD776) is known color: Wild Rice. HEX triplet: EC, D7 and 76. RGB value is (236,215,118). Sum of RGB (Red+Green+Blue) = 236+215+118=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD776 is #132889. Grayscale: #D2D2D2. Windows color (decimal): -1255562 or 7788524. OLE color: 7788524.

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

Color convert

RGB 236 215 118 -
CMYK 0 0.09 0.5 0.07
HSL 49.32º 0.76% 0.69% -
HSV(B) 49.32º 0.5% 0.93% -
XYZ 62.16 67.74 26.94 -
YUV 210.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 236 215 118 0 0.09 0.5 0.07 49.32 0.76 0.69
Hex EC D7 76 0 9 32 7 31 4C 45
Octal 354 327 166 0 11 62 7 61 114 105
Binary 11101100 11010111 1110110 0 1001 110010 111 110001 1001100 1000101

Color Harmonies of #ECD776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD776

Black with #ECD776

Text Example


Text Example

White with #ECD776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD776; }

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

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

background-color css

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

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

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

border-color css

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

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

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