Html Css Color HEX #ECBA56 Ronchi

📋 copy color: '#ECBA56'

red 236 ◦ green 186 ◦ blue 86

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

Shades of Ronchi #ECBA56

Tints of Ronchi #ECBA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

 BLUE value IS 86 (33.98% from 255) = 16.93%

R = 46.46%
G = 36.61%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECBA56 (or 0xECBA56) is known color: Ronchi. HEX triplet: EC, BA and 56. RGB value is (236,186,86). Sum of RGB (Red+Green+Blue) = 236+186+86=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA56 is #1345A9. Grayscale: #BEBEBE. Windows color (decimal): -1263018 or 5683948. OLE color: 5683948.

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

Color convert

RGB 236 186 86 -
CMYK 0 0.21 0.64 0.07
HSL 40º 0.8% 0.63% -
HSV(B) 40º 0.64% 0.93% -
XYZ 53.83 53.62 16.32 -
YUV 189.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 236 186 86 0 0.21 0.64 0.07 40 0.8 0.63
Hex EC BA 56 0 15 40 7 28 50 3F
Octal 354 272 126 0 25 100 7 50 120 77
Binary 11101100 10111010 1010110 0 10101 1000000 111 101000 1010000 111111

Color Harmonies of #ECBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA56

Black with #ECBA56

Text Example


Text Example

White with #ECBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA56; }

 p { color: rgb(236,186,86); }

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

background-color css

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

 a { background-color: rgb(236,186,86); }

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

border-color css

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

 span { border-color: rgb(236,186,86); }

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