Html Css Color HEX #ECD573 Wild Rice

📋 copy color: '#ECD573'

red 236 ◦ green 213 ◦ blue 115

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

Shades of Wild Rice #ECD573

Tints of Wild Rice #ECD573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 41.84%
G = 37.77%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECD573 (or 0xECD573) is known color: Wild Rice. HEX triplet: EC, D5 and 73. RGB value is (236,213,115). Sum of RGB (Red+Green+Blue) = 236+213+115=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD573 is #132A8C. Grayscale: #D1D1D1. Windows color (decimal): -1256077 or 7591404. OLE color: 7591404.

HSL color Cylindrical-coordinate representation of color #ECD573: hue angle of 48.6º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECD573 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 115 -
CMYK 0 0.10 0.51 0.07
HSL 48.6º 0.76% 0.69% -
HSV(B) 48.6º 0.51% 0.93% -
XYZ 61.48 66.66 25.85 -
YUV 208.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 236 213 115 0 0.10 0.51 0.07 48.6 0.76 0.69
Hex EC D5 73 0 A 33 7 31 4C 45
Octal 354 325 163 0 12 63 7 61 114 105
Binary 11101100 11010101 1110011 0 1010 110011 111 110001 1001100 1000101

Color Harmonies of #ECD573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD573

Black with #ECD573

Text Example


Text Example

White with #ECD573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD573; }

 p { color: rgb(236,213,115); }

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

background-color css

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

 a { background-color: rgb(236,213,115); }

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

border-color css

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

 span { border-color: rgb(236,213,115); }

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