Html Css Color HEX #ECBA48 Ronchi

📋 copy color: '#ECBA48'

red 236 ◦ green 186 ◦ blue 72

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

Shades of Ronchi #ECBA48

Tints of Ronchi #ECBA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 72 (28.52% from 255) = 14.57%

R = 47.77%
G = 37.65%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECBA48 (or 0xECBA48) is known color: Ronchi. HEX triplet: EC, BA and 48. RGB value is (236,186,72). Sum of RGB (Red+Green+Blue) = 236+186+72=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA48 is #1345B7. Grayscale: #BCBCBC. Windows color (decimal): -1263032 or 4766444. OLE color: 4766444.

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

Color convert

RGB 236 186 72 -
CMYK 0 0.21 0.69 0.07
HSL 41.71º 0.81% 0.6% -
HSV(B) 41.71º 0.69% 0.93% -
XYZ 53.32 53.42 13.63 -
YUV 187.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 236 186 72 0 0.21 0.69 0.07 41.71 0.81 0.6
Hex EC BA 48 0 15 45 7 2A 51 3C
Octal 354 272 110 0 25 105 7 52 121 74
Binary 11101100 10111010 1001000 0 10101 1000101 111 101010 1010001 111100

Color Harmonies of #ECBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA48

Black with #ECBA48

Text Example


Text Example

White with #ECBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA48; }

 p { color: rgb(236,186,72); }

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

background-color css

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

 a { background-color: rgb(236,186,72); }

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

border-color css

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

 span { border-color: rgb(236,186,72); }

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