Html Css Color HEX #ECB348 Ronchi

📋 copy color: '#ECB348'

red 236 ◦ green 179 ◦ blue 72

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

Shades of Ronchi #ECB348

Tints of Ronchi #ECB348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.76%

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

R = 48.46%
G = 36.76%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB348 (or 0xECB348) is known color: Ronchi. HEX triplet: EC, B3 and 48. RGB value is (236,179,72). Sum of RGB (Red+Green+Blue) = 236+179+72=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB348 is #134CB7. Grayscale: #B8B8B8. Windows color (decimal): -1264824 or 4764652. OLE color: 4764652.

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

Color convert

RGB 236 179 72 -
CMYK 0 0.24 0.69 0.07
HSL 39.15º 0.81% 0.6% -
HSV(B) 39.15º 0.69% 0.93% -
XYZ 51.88 50.54 13.15 -
YUV 183.85 64.88 165.2 -
System Red Green Blue C M Y K H S L
Decimal 236 179 72 0 0.24 0.69 0.07 39.15 0.81 0.6
Hex EC B3 48 0 18 45 7 27 51 3C
Octal 354 263 110 0 30 105 7 47 121 74
Binary 11101100 10110011 1001000 0 11000 1000101 111 100111 1010001 111100

Color Harmonies of #ECB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB348

Black with #ECB348

Text Example


Text Example

White with #ECB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB348; }

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

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

background-color css

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

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

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

border-color css

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

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

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