Html Css Color HEX #ECBA5A Ronchi

📋 copy color: '#ECBA5A'

red 236 ◦ green 186 ◦ blue 90

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

Shades of Ronchi #ECBA5A

Tints of Ronchi #ECBA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.58%

R = 46.09%
G = 36.33%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECBA5A (or 0xECBA5A) is known color: Ronchi. HEX triplet: EC, BA and 5A. RGB value is (236,186,90). Sum of RGB (Red+Green+Blue) = 236+186+90=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA5A is #1345A5. Grayscale: #BEBEBE. Windows color (decimal): -1263014 or 5946092. OLE color: 5946092.

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

Color convert

RGB 236 186 90 -
CMYK 0 0.21 0.62 0.07
HSL 39.45º 0.79% 0.64% -
HSV(B) 39.45º 0.62% 0.93% -
XYZ 54 53.69 17.19 -
YUV 190.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 236 186 90 0 0.21 0.62 0.07 39.45 0.79 0.64
Hex EC BA 5A 0 15 3E 7 27 4F 40
Octal 354 272 132 0 25 76 7 47 117 100
Binary 11101100 10111010 1011010 0 10101 111110 111 100111 1001111 1000000

Color Harmonies of #ECBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA5A

Black with #ECBA5A

Text Example


Text Example

White with #ECBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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