Html Css Color HEX #ECD676 Wild Rice

📋 copy color: '#ECD676'

red 236 ◦ green 214 ◦ blue 118

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

Shades of Wild Rice #ECD676

Tints of Wild Rice #ECD676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

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

R = 41.55%
G = 37.68%
B = 20.77%

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

#ECD676 (or 0xECD676) is known color: Wild Rice. HEX triplet: EC, D6 and 76. RGB value is (236,214,118). Sum of RGB (Red+Green+Blue) = 236+214+118=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD676 is #132989. Grayscale: #D2D2D2. Windows color (decimal): -1255818 or 7788268. OLE color: 7788268.

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

Color convert

RGB 236 214 118 -
CMYK 0 0.09 0.5 0.07
HSL 48.81º 0.76% 0.69% -
HSV(B) 48.81º 0.5% 0.93% -
XYZ 61.91 67.23 26.85 -
YUV 209.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 236 214 118 0 0.09 0.5 0.07 48.81 0.76 0.69
Hex EC D6 76 0 9 32 7 31 4C 45
Octal 354 326 166 0 11 62 7 61 114 105
Binary 11101100 11010110 1110110 0 1001 110010 111 110001 1001100 1000101

Color Harmonies of #ECD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD676

Black with #ECD676

Text Example


Text Example

White with #ECD676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD676; }

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

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

background-color css

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

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

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

border-color css

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

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

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