Html Css Color HEX #ECB346 Ronchi

📋 copy color: '#ECB346'

red 236 ◦ green 179 ◦ blue 70

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

Shades of Ronchi #ECB346

Tints of Ronchi #ECB346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.43%

R = 48.66%
G = 36.91%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECB346 (or 0xECB346) is known color: Ronchi. HEX triplet: EC, B3 and 46. RGB value is (236,179,70). Sum of RGB (Red+Green+Blue) = 236+179+70=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB346 is #134CB9. Grayscale: #B8B8B8. Windows color (decimal): -1264826 or 4633580. OLE color: 4633580.

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

Color convert

RGB 236 179 70 -
CMYK 0 0.24 0.70 0.07
HSL 39.4º 0.81% 0.6% -
HSV(B) 39.4º 0.7% 0.93% -
XYZ 51.82 50.52 12.81 -
YUV 183.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 236 179 70 0 0.24 0.70 0.07 39.4 0.81 0.6
Hex EC B3 46 0 18 46 7 27 51 3C
Octal 354 263 106 0 30 106 7 47 121 74
Binary 11101100 10110011 1000110 0 11000 1000110 111 100111 1010001 111100

Color Harmonies of #ECB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB346

Black with #ECB346

Text Example


Text Example

White with #ECB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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