Html Css Color HEX #ECB555 Ronchi

📋 copy color: '#ECB555'

red 236 ◦ green 181 ◦ blue 85

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

Shades of Ronchi #ECB555

Tints of Ronchi #ECB555

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.06%

 BLUE value IS 85 (33.59% from 255) = 16.93%

R = 47.01%
G = 36.06%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECB555 (or 0xECB555) is known color: Ronchi. HEX triplet: EC, B5 and 55. RGB value is (236,181,85). Sum of RGB (Red+Green+Blue) = 236+181+85=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB555 is #134AAA. Grayscale: #BABABA. Windows color (decimal): -1264299 or 5617132. OLE color: 5617132.

HSL color Cylindrical-coordinate representation of color #ECB555: hue angle of 38.15º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECB555 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 181 85 -
CMYK 0 0.23 0.64 0.07
HSL 38.15º 0.8% 0.63% -
HSV(B) 38.15º 0.64% 0.93% -
XYZ 52.76 51.54 15.76 -
YUV 186.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 236 181 85 0 0.23 0.64 0.07 38.15 0.8 0.63
Hex EC B5 55 0 17 40 7 26 50 3F
Octal 354 265 125 0 27 100 7 46 120 77
Binary 11101100 10110101 1010101 0 10111 1000000 111 100110 1010000 111111

Color Harmonies of #ECB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB555

Black with #ECB555

Text Example


Text Example

White with #ECB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB555; }

 p { color: rgb(236,181,85); }

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

background-color css

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

 a { background-color: rgb(236,181,85); }

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

border-color css

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

 span { border-color: rgb(236,181,85); }

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