Html Css Color HEX #ECBA5E Ronchi

📋 copy color: '#ECBA5E'

red 236 ◦ green 186 ◦ blue 94

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

Shades of Ronchi #ECBA5E

Tints of Ronchi #ECBA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.22%

R = 45.74%
G = 36.05%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECBA5E (or 0xECBA5E) is known color: Ronchi. HEX triplet: EC, BA and 5E. RGB value is (236,186,94). Sum of RGB (Red+Green+Blue) = 236+186+94=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA5E is #1345A1. Grayscale: #BEBEBE. Windows color (decimal): -1263010 or 6208236. OLE color: 6208236.

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

Color convert

RGB 236 186 94 -
CMYK 0 0.21 0.60 0.07
HSL 38.87º 0.79% 0.65% -
HSV(B) 38.87º 0.6% 0.93% -
XYZ 54.17 53.76 18.11 -
YUV 190.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 236 186 94 0 0.21 0.60 0.07 38.87 0.79 0.65
Hex EC BA 5E 0 15 3C 7 27 4F 41
Octal 354 272 136 0 25 74 7 47 117 101
Binary 11101100 10111010 1011110 0 10101 111100 111 100111 1001111 1000001

Color Harmonies of #ECBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA5E

Black with #ECBA5E

Text Example


Text Example

White with #ECBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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