Html Css Color HEX #ECB848 Ronchi

📋 copy color: '#ECB848'

red 236 ◦ green 184 ◦ blue 72

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

Shades of Ronchi #ECB848

Tints of Ronchi #ECB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.4%

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

R = 47.97%
G = 37.4%
B = 14.63%

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

#ECB848 (or 0xECB848) is known color: Ronchi. HEX triplet: EC, B8 and 48. RGB value is (236,184,72). Sum of RGB (Red+Green+Blue) = 236+184+72=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB848 is #1347B7. Grayscale: #BBBBBB. Windows color (decimal): -1263544 or 4765932. OLE color: 4765932.

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

Color convert

RGB 236 184 72 -
CMYK 0 0.22 0.69 0.07
HSL 40.98º 0.81% 0.6% -
HSV(B) 40.98º 0.69% 0.93% -
XYZ 52.9 52.58 13.49 -
YUV 186.78 63.23 163.11 -
System Red Green Blue C M Y K H S L
Decimal 236 184 72 0 0.22 0.69 0.07 40.98 0.81 0.6
Hex EC B8 48 0 16 45 7 29 51 3C
Octal 354 270 110 0 26 105 7 51 121 74
Binary 11101100 10111000 1001000 0 10110 1000101 111 101001 1010001 111100

Color Harmonies of #ECB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB848

Black with #ECB848

Text Example


Text Example

White with #ECB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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