Html Css Color HEX #ECB646 Ronchi

📋 copy color: '#ECB646'

red 236 ◦ green 182 ◦ blue 70

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

Shades of Ronchi #ECB646

Tints of Ronchi #ECB646

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.3%

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

R = 48.36%
G = 37.3%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECB646 (or 0xECB646) is known color: Ronchi. HEX triplet: EC, B6 and 46. RGB value is (236,182,70). Sum of RGB (Red+Green+Blue) = 236+182+70=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB646 is #1349B9. Grayscale: #B9B9B9. Windows color (decimal): -1264058 or 4634348. OLE color: 4634348.

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

Color convert

RGB 236 182 70 -
CMYK 0 0.23 0.70 0.07
HSL 40.48º 0.81% 0.6% -
HSV(B) 40.48º 0.7% 0.93% -
XYZ 52.43 51.73 13.02 -
YUV 185.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 236 182 70 0 0.23 0.70 0.07 40.48 0.81 0.6
Hex EC B6 46 0 17 46 7 28 51 3C
Octal 354 266 106 0 27 106 7 50 121 74
Binary 11101100 10110110 1000110 0 10111 1000110 111 101000 1010001 111100

Color Harmonies of #ECB646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB646

Black with #ECB646

Text Example


Text Example

White with #ECB646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB646; }

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

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

background-color css

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

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

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

border-color css

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

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

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