Html Css Color HEX #ECB749 Ronchi

📋 copy color: '#ECB749'

red 236 ◦ green 183 ◦ blue 73

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

Shades of Ronchi #ECB749

Tints of Ronchi #ECB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.2%

 BLUE value IS 73 (28.91% from 255) = 14.84%

R = 47.97%
G = 37.2%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB749 (or 0xECB749) is known color: Ronchi. HEX triplet: EC, B7 and 49. RGB value is (236,183,73). Sum of RGB (Red+Green+Blue) = 236+183+73=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB749 is #1348B6. Grayscale: #BABABA. Windows color (decimal): -1263799 or 4831212. OLE color: 4831212.

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

Color convert

RGB 236 183 73 -
CMYK 0 0.22 0.69 0.07
HSL 40.49º 0.81% 0.61% -
HSV(B) 40.49º 0.69% 0.93% -
XYZ 52.73 52.18 13.6 -
YUV 186.31 64.06 163.44 -
System Red Green Blue C M Y K H S L
Decimal 236 183 73 0 0.22 0.69 0.07 40.49 0.81 0.61
Hex EC B7 49 0 16 45 7 28 51 3D
Octal 354 267 111 0 26 105 7 50 121 75
Binary 11101100 10110111 1001001 0 10110 1000101 111 101000 1010001 111101

Color Harmonies of #ECB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB749

Black with #ECB749

Text Example


Text Example

White with #ECB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB749; }

 p { color: rgb(236,183,73); }

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

background-color css

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

 a { background-color: rgb(236,183,73); }

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

border-color css

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

 span { border-color: rgb(236,183,73); }

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