Html Css Color HEX #ECD377 Wild Rice

📋 copy color: '#ECD377'

red 236 ◦ green 211 ◦ blue 119

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

Shades of Wild Rice #ECD377

Tints of Wild Rice #ECD377

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.28%

 BLUE value IS 119 (46.88% from 255) = 21.02%

R = 41.7%
G = 37.28%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD377 (or 0xECD377) is known color: Wild Rice. HEX triplet: EC, D3 and 77. RGB value is (236,211,119). Sum of RGB (Red+Green+Blue) = 236+211+119=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD377 is #132C88. Grayscale: #D0D0D0. Windows color (decimal): -1256585 or 7853036. OLE color: 7853036.

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

Color convert

RGB 236 211 119 -
CMYK 0 0.11 0.50 0.07
HSL 47.18º 0.75% 0.7% -
HSV(B) 47.18º 0.5% 0.93% -
XYZ 61.22 65.75 26.92 -
YUV 207.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 236 211 119 0 0.11 0.50 0.07 47.18 0.75 0.7
Hex EC D3 77 0 B 32 7 2F 4B 46
Octal 354 323 167 0 13 62 7 57 113 106
Binary 11101100 11010011 1110111 0 1011 110010 111 101111 1001011 1000110

Color Harmonies of #ECD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD377

Black with #ECD377

Text Example


Text Example

White with #ECD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD377; }

 p { color: rgb(236,211,119); }

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

background-color css

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

 a { background-color: rgb(236,211,119); }

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

border-color css

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

 span { border-color: rgb(236,211,119); }

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