Html Css Color HEX #ECD477 Wild Rice

📋 copy color: '#ECD477'

red 236 ◦ green 212 ◦ blue 119

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

Shades of Wild Rice #ECD477

Tints of Wild Rice #ECD477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.39%

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

R = 41.62%
G = 37.39%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD477 (or 0xECD477) is known color: Wild Rice. HEX triplet: EC, D4 and 77. RGB value is (236,212,119). Sum of RGB (Red+Green+Blue) = 236+212+119=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD477 is #132B88. Grayscale: #D0D0D0. Windows color (decimal): -1256329 or 7853292. OLE color: 7853292.

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

Color convert

RGB 236 212 119 -
CMYK 0 0.10 0.50 0.07
HSL 47.69º 0.75% 0.7% -
HSV(B) 47.69º 0.5% 0.93% -
XYZ 61.47 66.25 27 -
YUV 208.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 236 212 119 0 0.10 0.50 0.07 47.69 0.75 0.7
Hex EC D4 77 0 A 32 7 30 4B 46
Octal 354 324 167 0 12 62 7 60 113 106
Binary 11101100 11010100 1110111 0 1010 110010 111 110000 1001011 1000110

Color Harmonies of #ECD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD477

Black with #ECD477

Text Example


Text Example

White with #ECD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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