Html Css Color HEX #ECBA5D Ronchi

📋 copy color: '#ECBA5D'

red 236 ◦ green 186 ◦ blue 93

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

Shades of Ronchi #ECBA5D

Tints of Ronchi #ECBA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 45.83%
G = 36.12%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECBA5D (or 0xECBA5D) is known color: Ronchi. HEX triplet: EC, BA and 5D. RGB value is (236,186,93). Sum of RGB (Red+Green+Blue) = 236+186+93=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA5D is #1345A2. Grayscale: #BEBEBE. Windows color (decimal): -1263011 or 6142700. OLE color: 6142700.

HSL color Cylindrical-coordinate representation of color #ECBA5D: hue angle of 39.02º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBA5D is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 186 93 -
CMYK 0 0.21 0.61 0.07
HSL 39.02º 0.79% 0.65% -
HSV(B) 39.02º 0.61% 0.93% -
XYZ 54.13 53.74 17.88 -
YUV 190.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 236 186 93 0 0.21 0.61 0.07 39.02 0.79 0.65
Hex EC BA 5D 0 15 3D 7 27 4F 41
Octal 354 272 135 0 25 75 7 47 117 101
Binary 11101100 10111010 1011101 0 10101 111101 111 100111 1001111 1000001

Color Harmonies of #ECBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA5D

Black with #ECBA5D

Text Example


Text Example

White with #ECBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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