Html Css Color HEX #ECD876 Wild Rice

📋 copy color: '#ECD876'

red 236 ◦ green 216 ◦ blue 118

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

Shades of Wild Rice #ECD876

Tints of Wild Rice #ECD876

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.89%

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

R = 41.4%
G = 37.89%
B = 20.7%

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

#ECD876 (or 0xECD876) is known color: Wild Rice. HEX triplet: EC, D8 and 76. RGB value is (236,216,118). Sum of RGB (Red+Green+Blue) = 236+216+118=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD876 is #132789. Grayscale: #D3D3D3. Windows color (decimal): -1255306 or 7788780. OLE color: 7788780.

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

Color convert

RGB 236 216 118 -
CMYK 0 0.08 0.5 0.07
HSL 49.83º 0.76% 0.69% -
HSV(B) 49.83º 0.5% 0.93% -
XYZ 62.42 68.25 27.02 -
YUV 210.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 236 216 118 0 0.08 0.5 0.07 49.83 0.76 0.69
Hex EC D8 76 0 8 32 7 32 4C 45
Octal 354 330 166 0 10 62 7 62 114 105
Binary 11101100 11011000 1110110 0 1000 110010 111 110010 1001100 1000101

Color Harmonies of #ECD876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD876

Black with #ECD876

Text Example


Text Example

White with #ECD876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD876; }

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

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

background-color css

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

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

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

border-color css

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

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

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